UNPKG
@inversifyjs/prototype-utils
Version:
latest (0.1.0)
0.1.0
Prototype related utils
inversify.io
inversify/monorepo
@inversifyjs/prototype-utils
/
lib
/
cjs
/
prototype
/
models
/
Prototype.d.ts
5 lines
•
143 B
TypeScript
View Raw
1
2
3
4
5
import
{ Newable } from
'@inversifyjs/common'
; export
interface
Prototype
{
constructor
: Newable; }
//# sourceMappingURL=Prototype.d.ts.map