UNPKG

195 BTypeScriptView Raw
1export declare const wait: (ms: number) => Promise<void>;
2export declare const lastWord: (text: string) => string;
3export declare const removeWords: (text: string, ...words: string[]) => string;