UNPKG

@vinejs/compiler

Version:

Low level compiler for VineJS validator

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