UNPKG

tsee

Version:

Typed EventEmitter implemented with typed args

8 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** cast type of any event emitter to typed event emitter */ function asTypedEventEmitter(x) { return x; } exports.asTypedEventEmitter = asTypedEventEmitter; //# sourceMappingURL=types.js.map