@backland/schema
Version:
TypeScript schema declaration and validation library with static type inference
13 lines (12 loc) • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.$sealedKey = exports.$sealed = exports.$inferableKey = void 0;
const $sealedKey = '___sealed';
exports.$sealedKey = $sealedKey;
const $sealed = Symbol($sealedKey);
exports.$sealed = $sealed;
const $inferableKey = '___inferable';
exports.$inferableKey = $inferableKey;
//# sourceMappingURL=DescribeField.js.map