UNPKG

owospeak

Version:
5 lines (4 loc) 338 B
export declare function random(choices: number): boolean; export declare function matchCase(original: string, edited: string): string; export declare function replaceRegexMatchCase(regex: RegExp, input: string, replacement: string): string; export declare function addCharToRegexMatch(regex: RegExp, input: string, char: string): string;