5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
export interface Charmap {
|
|
[key: string]: string;
|
|
}
|
|
export declare const charmap: Charmap;
|