UNPKG
typeorm-stubs
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.1
1.0.0
Stubs generator for Typeorm entities
github.com/superclaw/typeorm-stubs
superclaw/typeorm-stubs
typeorm-stubs
/
type-guards
/
index.d.ts
8 lines
(7 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./is-not-null'
;
export
*
from
'./is-number'
;
export
*
from
'./is-object'
;
export
*
from
'./is-string'
;
export
*
from
'./is-constructor'
;
export
*
from
'./is-function'
;
export
*
from
'./is-empty-object'
;