UNPKG

@inversifyjs/prototype-utils

Version:

Prototype related utils

5 lines 143 B
import { Newable } from '@inversifyjs/common'; export interface Prototype { constructor: Newable; } //# sourceMappingURL=Prototype.d.ts.map