UNPKG

locutus

Version:

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

2 lines (1 loc) 110 B
export declare function substr_replace(str: string, replace: string, start: number, length?: number): string;