UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

6 lines (5 loc) 214 B
interface CountObj { value?: number; } export declare function str_replace(search: string | string[], replace: string | string[], subject: string | string[], countObj?: CountObj): string | string[]; export {};