File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/APPS/CronJobs/Kfintech/node_modules/zod/src/v4/core/config.ts
Back
import type * as errors from "./errors.js"; export interface $ZodConfig { /** Custom error map. Overrides `config().localeError`. */ customError?: errors.$ZodErrorMap | undefined; /** Localized error map. Lowest priority. */ localeError?: errors.$ZodErrorMap | undefined; } export const globalConfig: $ZodConfig = {}; export function config(config?: Partial<$ZodConfig>): $ZodConfig { if (config) Object.assign(globalConfig, config); return globalConfig; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings