@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines (7 loc) • 346 B
TypeScript
export declare const ALPHABET_LOWERCASE: readonly string[];
export declare const ALPHABET_UPPERCASE: readonly string[];
export declare const ALPHABET: readonly string[];
/**
* Generates a random string of the given length using the provided symbols.
*/
export declare function randomString(length: number, symbols?: readonly string[]): string;