2025-06-17 11:39:51 +08:00

4 lines
116 B
JavaScript

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