These files should not be added
This commit is contained in:
6
build/javascript/node_modules/tiny-emitter/index.d.ts
generated
vendored
6
build/javascript/node_modules/tiny-emitter/index.d.ts
generated
vendored
@@ -1,6 +0,0 @@
|
||||
export declare class TinyEmitter {
|
||||
on(event: string, callback: Function, ctx?: any): this;
|
||||
once(event: string, callback: Function, ctx?: any): this;
|
||||
emit(event: string, ...args: any[]): this;
|
||||
off(event: string, callback?: Function): this;
|
||||
}
|
||||
Reference in New Issue
Block a user