Files
williammarch.xyz/node_modules/next/dist/esm/lib/non-nullable.js
2026-04-02 19:13:46 +01:00

5 lines
130 B
JavaScript

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