UNPKG

@equantic/linq

Version:
3 lines (2 loc) 154 B
export declare function splitArguments(s: string, separator?: string): string[]; export declare function randomInteger(min: number, max: number): number;