UNPKG

armpit

Version:

Another resource manager programming interface toolkit.

9 lines 265 B
export class CallableClassBase { constructor() { const closure = function (...args) { return closure.fnImpl(...args); }; return Object.setPrototypeOf(closure, new.target.prototype); } } //# sourceMappingURL=tsUtils.js.map