/
opt
/
canhelp
/
node_modules
/
better-auth
/
node_modules
/
zod
/
v4
/
classic
/
/opt/canhelp/node_modules/better-auth/node_modules/zod/v4/classic
mkdir
upload
Name
Size
Mode
Actions
checks.cjs
4016
0644
edit
dl
rm
checks.d.cts
702
0644
edit
dl
rm
checks.d.ts
701
0644
edit
dl
rm
checks.js
663
0644
edit
dl
rm
coerce.cjs
1772
0644
edit
dl
rm
coerce.d.cts
1149
0644
edit
dl
rm
coerce.d.ts
1147
0644
edit
dl
rm
coerce.js
550
0644
edit
dl
rm
compat.cjs
2602
0644
edit
dl
rm
compat.d.cts
2203
0644
edit
dl
rm
compat.d.ts
2199
0644
edit
dl
rm
compat.js
1090
0644
edit
dl
rm
errors.cjs
2769
0644
edit
dl
rm
errors.d.cts
1623
0644
edit
dl
rm
errors.d.ts
1620
0644
edit
dl
rm
errors.js
1581
0644
edit
dl
rm
external.cjs
5444
0644
edit
dl
rm
external.d.cts
926
0644
edit
dl
rm
external.d.ts
911
0644
edit
dl
rm
external.js
907
0644
edit
dl
rm
from-json-schema.cjs
24374
0644
edit
dl
rm
from-json-schema.d.cts
627
0644
edit
dl
rm
from-json-schema.d.ts
624
0644
edit
dl
rm
from-json-schema.js
23172
0644
edit
dl
rm
index.cjs
1464
0644
edit
dl
rm
index.d.cts
101
0644
edit
dl
rm
index.d.ts
99
0644
edit
dl
rm
index.js
99
0644
edit
dl
rm
iso.cjs
2413
0644
edit
dl
rm
iso.d.cts
1137
0644
edit
dl
rm
iso.d.ts
1135
0644
edit
dl
rm
iso.js
1151
0644
edit
dl
rm
package.json
104
0644
edit
dl
rm
parse.cjs
2271
0644
edit
dl
rm
parse.d.cts
2511
0644
edit
dl
rm
parse.d.ts
2509
0644
edit
dl
rm
parse.js
997
0644
edit
dl
rm
schemas.cjs
50491
0644
edit
dl
rm
schemas.d.cts
47323
0644
edit
dl
rm
schemas.d.ts
47319
0644
edit
dl
rm
schemas.js
45601
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/better-auth/node_modules/zod/v4/classic/compat.d.cts
(2203B)
import * as core from "../core/index.cjs"; import type { ZodType } from "./schemas.cjs"; export type { /** @deprecated Use `z.output<T>` instead. */ output as TypeOf, /** @deprecated Use `z.output<T>` instead. */ output as Infer, /** @deprecated Use `z.core.$$ZodFirstPartyTypes` instead */ $ZodTypes as ZodFirstPartySchemaTypes, } from "../core/index.cjs"; /** @deprecated Use the raw string literal codes instead, e.g. "invalid_type". */ export declare const ZodIssueCode: { readonly invalid_type: "invalid_type"; readonly too_big: "too_big"; readonly too_small: "too_small"; readonly invalid_format: "invalid_format"; readonly not_multiple_of: "not_multiple_of"; readonly unrecognized_keys: "unrecognized_keys"; readonly invalid_union: "invalid_union"; readonly invalid_key: "invalid_key"; readonly invalid_element: "invalid_element"; readonly invalid_value: "invalid_value"; readonly custom: "custom"; }; /** @deprecated Use `z.$ZodFlattenedError` */ export type inferFlattenedErrors<T extends core.$ZodType, U = string> = core.$ZodFlattenedError<core.output<T>, U>; /** @deprecated Use `z.$ZodFormattedError` */ export type inferFormattedError<T extends core.$ZodType<any, any>, U = string> = core.$ZodFormattedError<core.output<T>, U>; /** Use `z.$brand` instead */ export type BRAND<T extends string | number | symbol = string | number | symbol> = { [core.$brand]: { [k in T]: true; }; }; export { $brand, config } from "../core/index.cjs"; /** @deprecated Use `z.config(params)` instead. */ export declare function setErrorMap(map: core.$ZodErrorMap): void; /** @deprecated Use `z.config()` instead. */ export declare function getErrorMap(): core.$ZodErrorMap<core.$ZodIssue> | undefined; export type { /** @deprecated Use z.ZodType (without generics) instead. */ ZodType as ZodTypeAny, /** @deprecated Use `z.ZodType` */ ZodType as ZodSchema, /** @deprecated Use `z.ZodType` */ ZodType as Schema, }; /** Included for Zod 3 compatibility */ export type ZodRawShape = core.$ZodShape; /** @deprecated Do not use. Stub definition, only included for zod-to-json-schema compatibility. */ export declare enum ZodFirstPartyTypeKind { }
Save
cmd:
run