UNPKG

nosql-constraints

Version:

Helpers to manage constrants (i.e. cascade delete) in a NoSQL database

6 lines 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.zod = void 0; var zod_js_1 = require("./zod.js"); Object.defineProperty(exports, "zod", { enumerable: true, get: function () { return zod_js_1.zod; } }); //# sourceMappingURL=index.js.map