UNPKG

corde

Version:

A simple library for Discord bot tests

9 lines (8 loc) 277 B
/** * node < 15 compatibility of string.ReplaceAll * * @see https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/String/replaceAll * @internal * */ export declare function replaceAll(text: string, search: string, replacement: string): string;