UNPKG

typeorm-stubs

Version:
8 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNotNull = void 0; function isNotNull(val) { return val !== null && val !== undefined; } exports.isNotNull = isNotNull; //# sourceMappingURL=is-not-null.js.map