Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/lib/non-nullable.js
2025-09-21 20:29:15 +07:00

15 lines
334 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "nonNullable", {
enumerable: true,
get: function() {
return nonNullable;
}
});
function nonNullable(value) {
return value !== null && value !== undefined;
}
//# sourceMappingURL=non-nullable.js.map