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

Function createEmptyArrayValidationResult

src/validators/array.ts:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20const createEmptyArrayValidationResult = (): ArrayValidationResult => ({
21 succeeded: true,
22 arrayErrors: [],
23});
24
25export const validator: FieldValidationFunctionAsync = validatorArgs => {
26 const { value, customArgs } = validatorArgs;

Callers 1

validatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…