UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

8 lines 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notUndefined = void 0; function notUndefined(x) { return x !== undefined; } exports.notUndefined = notUndefined; //# sourceMappingURL=notUndefined.js.map