@tunnel-cast/tunnel-cast
Version:
<br>
11 lines • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.globalSetting = exports.GlobalSetting = void 0;
class GlobalSetting {
constructor() {
this.defaultEmptyIdentifier = ({ fieldValue }) => fieldValue == undefined || fieldValue == null || fieldValue === "";
}
}
exports.GlobalSetting = GlobalSetting;
exports.globalSetting = new GlobalSetting();
//# sourceMappingURL=globals.js.map