@thaumaturgy/zod
Version:
Thaumaturgy is a fixtures and seeding library for TypeScript.
12 lines (11 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Sequence = exports.PersisterNotFoundError = exports.PersisterAlreadyRegisteredError = exports.ManifesterNotFoundError = exports.ManifesterAlreadyRegisteredError = exports.EntityNotFoundError = exports.EntityAlreadyRegisteredError = void 0;
var core_1 = require("@thaumaturgy/core");
Object.defineProperty(exports, "EntityAlreadyRegisteredError", { enumerable: true, get: function () { return core_1.EntityAlreadyRegisteredError; } });
Object.defineProperty(exports, "EntityNotFoundError", { enumerable: true, get: function () { return core_1.EntityNotFoundError; } });
Object.defineProperty(exports, "ManifesterAlreadyRegisteredError", { enumerable: true, get: function () { return core_1.ManifesterAlreadyRegisteredError; } });
Object.defineProperty(exports, "ManifesterNotFoundError", { enumerable: true, get: function () { return core_1.ManifesterNotFoundError; } });
Object.defineProperty(exports, "PersisterAlreadyRegisteredError", { enumerable: true, get: function () { return core_1.PersisterAlreadyRegisteredError; } });
Object.defineProperty(exports, "PersisterNotFoundError", { enumerable: true, get: function () { return core_1.PersisterNotFoundError; } });
Object.defineProperty(exports, "Sequence", { enumerable: true, get: function () { return core_1.Sequence; } });