mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
2 lines
102 B
TypeScript
2 lines
102 B
TypeScript
export declare function strtr(string: string, replacePairs: Record<string, string | number>): string;
|