UNPKG

@namecheap/tsoa-cli

Version:

Build swagger-compliant REST APIs using TypeScript and Node

8 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNotNullOrUndefined = void 0; const isNotNullOrUndefined = (value) => { return value !== null && value !== undefined; }; exports.isNotNullOrUndefined = isNotNullOrUndefined; //# sourceMappingURL=genericTypeGuards.js.map