Cloudevent class constructor args
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
		
							parent
							
								
									6005008b52
								
							
						
					
					
						commit
						0e5a216817
					
				|  | @ -2,7 +2,7 @@ | |||
|  * CloudEvent class definition | ||||
|  */ | ||||
| export class Cloudevent { | ||||
|   public constructor(); | ||||
|   public constructor(spec?: any, formatter?: any); | ||||
| 
 | ||||
|   public format(): any; | ||||
|   public toString(): string; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue