UNPKG

npm-shortidx

Version:

Generador de Id aleatorios, Random Id Generator

8 lines (7 loc) 513 B
export declare const ShuffleX: (array: any[], limit?: number) => any[]; export declare const ShortIdx: (limit?: number) => string; export declare const RandomIdx: (limit?: number) => string; export declare const RepeatIdx: (count: number, generator: (limit?: number) => string, limit?: number) => string[]; export declare const IndexShuffle: (length: number) => number[]; export declare const ShuffleString: (str: string) => string; export declare const CustomIdx: (characters: string, limit?: number) => string;