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