UNPKG

locutus

Version:

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

6 lines (5 loc) 213 B
type CountObj = { value?: number; }; export declare function str_ireplace(search: string | string[], replace: string | string[], subject: string | string[], countObj?: CountObj): string | string[]; export {};