UNPKG

@jay-js/system

Version:

A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.

7 lines (6 loc) 243 B
/** * It returns a string of random characters of a specified length. * @param [length=10] - The length of the key you want to generate. * @returns A string of random characters. */ export declare function uniKey(length?: number): string;