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
/
is-not-null.d.ts
2 lines
(1 loc)
•
75 B
TypeScript
View Raw
1
2
export
declare
function
isNotNull<T>(
val
: T |
null
|
undefined
): val is T;