Cloudevent class constructor args

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-10-29 10:09:41 -03:00
parent 6005008b52
commit 0e5a216817
1 changed files with 1 additions and 1 deletions

2
v1/index.d.ts vendored
View File

@ -2,7 +2,7 @@
* CloudEvent class definition
*/
export class Cloudevent {
public constructor();
public constructor(spec?: any, formatter?: any);
public format(): any;
public toString(): string;