PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
admin-menu-editor-pro
/
extras
/
zod
/
lib
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getErrorMap = exports.setErrorMap = exports.defaultErrorMap = void 0; const en_1 = __importDefault(require("./locales/en")); exports.defaultErrorMap = en_1.default; let overrideErrorMap = en_1.default; function setErrorMap(map) { overrideErrorMap = map; } exports.setErrorMap = setErrorMap; function getErrorMap() { return overrideErrorMap; } exports.getErrorMap = getErrorMap;
[+]
locales
[-] external.d.ts
[edit]
[-] ZodError.js
[edit]
[-] types.d.ts
[edit]
[-] errors.js
[edit]
[-] index.js
[edit]
[-] external.js
[edit]
[-] index.d.ts
[edit]
[+]
..
[-] ZodError.d.ts
[edit]
[+]
helpers
[-] errors.d.ts
[edit]