@sapphire/utilities
Version:
Common JavaScript utilities for the Sapphire Community
15 lines (12 loc) • 593 B
JavaScript
;
var isNullOrUndefined_cjs = require('./isNullOrUndefined.cjs');
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
function isNullOrUndefinedOrZero(value) {
return value === 0 || isNullOrUndefined_cjs.isNullish(value);
}
__name(isNullOrUndefinedOrZero, "isNullOrUndefinedOrZero");
exports.isNullOrUndefinedOrZero = isNullOrUndefinedOrZero;
exports.isNullishOrZero = isNullOrUndefinedOrZero;
//# sourceMappingURL=isNullOrUndefinedOrZero.cjs.map
//# sourceMappingURL=isNullOrUndefinedOrZero.cjs.map