UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

5 lines (4 loc) 261 B
export declare const ALPHABET_LOWERCASE: readonly string[]; export declare const ALPHABET_UPPERCASE: readonly string[]; export declare const ALPHABET: readonly string[]; export declare function randomString(length: number, symbols?: readonly string[]): string;