UNPKG

@namecheap/tsoa-cli

Version:

Build swagger-compliant REST APIs using TypeScript and Node

2 lines (1 loc) 106 B
export declare const isNotNullOrUndefined: <TValue>(value: TValue | null | undefined) => value is TValue;