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

8 lines
233 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isSet = void 0;
function isSet(value) {
return value !== undefined && value !== null;
}
exports.isSet = isSet;
//# sourceMappingURL=isSet.js.map