Skip to content

Type Alias: ValidatorMap

ts
type ValidatorMap = Record<string, (value) => boolean>;

Type Parameters

Released under the ISC License.