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

5 lines
130 B
JavaScript
Executable File

export function nonNullable(value) {
return value !== null && value !== undefined;
}
//# sourceMappingURL=non-nullable.js.map