UNPKG

@astro-utils/forms

Version:

Server component for Astro (call server functions from client side with validation and state management)

3 lines (2 loc) 175 B
export declare function createUniqueContinuanceName(func: Function, length?: number): string; export declare function hashString(uniqueText: string, length?: number): string;