MCPcopy Index your code
hub / github.com/Lemoncode/fonk / createFormValidation

Function createFormValidation

src/form-validation.ts:90–91  ·  view source on GitHub ↗
(validationSchema: ValidationSchema)

Source from the content-addressed store, hash-verified

88}
89
90export const createFormValidation = (validationSchema: ValidationSchema) =>
91 new FormValidation(validationSchema);

Callers 3

validatorFunction · 0.90
array.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…