UNPKG
@namecheap/tsoa-cli
Version:
latest (6.6.1)
6.6.1
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
Build swagger-compliant REST APIs using TypeScript and Node
lukeautry/tsoa
@namecheap/tsoa-cli
/
dist
/
utils
/
genericTypeGuards.d.ts
2 lines
(1 loc)
•
106 B
TypeScript
View Raw
1
2
export
declare
const
isNotNullOrUndefined
: <
TValue
>
(
value
:
TValue
|
null
|
undefined
) =>
value is
TValue
;