UNPKG

@vinejs/compiler

Version:

Low level compiler for VineJS validator

8 lines (7 loc) 202 B
/** * Returns JS fragment for inline function needed by the * validation runtime code. */ export declare function defineInlineFunctions(options: { convertEmptyStringsToNull: boolean; }): string;