UNPKG

@vinejs/compiler

Version:

Low level compiler for VineJS validator

9 lines (8 loc) 217 B
type FieldOptions = { variableName: string; }; /** * Returns JS fragment for validating the field to be an array */ export declare function validateArrayField({ variableName }: FieldOptions): string; export {};