2 lines
102 B
TypeScript

export declare function strtr(string: string, replacePairs: Record<string, string | number>): string;