Adding in IEventEmitter #44
Annotations
7 errors
build (20):
src/eventified.ts#L5
Class 'Eventified' incorrectly implements interface 'IEventEmitter'.
|
build (20):
src/eventified.ts#L21
Type 'this' is not assignable to type 'IEventEmitter'.
|
build (20):
src/eventified.ts#L24
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
|
build (20):
src/eventified.ts#L43
Type 'this' is not assignable to type 'IEventEmitter'.
|
build (20):
src/eventified.ts#L57
Type 'this' is not assignable to type 'IEventEmitter'.
|
build (20):
src/eventified.ts#L87
Type 'this' is not assignable to type 'IEventEmitter'.
|
build (20)
Process completed with exit code 1.
|