UNPKG

locutus

Version:

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

4 lines (3 loc) 164 B
type TclMapInput = Record<string, string> | Array<[string, string]> | string[]; export declare function map(mappings: TclMapInput, str: string): string; export {};