veffect
Version:
powerful TypeScript validation library built on the robust foundation of Effect combining exceptional type safety, high performance, and developer experience. Taking inspiration from Effect's functional principles, VEffect delivers a balanced approach tha
21 lines (20 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.value = exports.symbol = void 0;
/**
* @since 2.0.0
*/
/**
* @since 2.0.0
* @category symbols
*/
const symbol = exports.symbol = /*#__PURE__*/Symbol.for("effect/PrimaryKey");
/**
* @since 2.0.0
* @category accessors
*/
const value = self => self[symbol]();
exports.value = value;
//# sourceMappingURL=PrimaryKey.js.map