UNPKG

@vinejs/compiler

Version:

Low level compiler for VineJS validator

5 lines (4 loc) 129 B
/** * Converts the value to a valid JavaScript variable name */ export declare function toVariableName(value: string): string;