@lazy-cjk/zh-convert
Version:
7 lines (6 loc) • 386 B
TypeScript
import { ITable } from '../types';
export declare function charMap(s: string, table: ITable): string;
export declare function textMap1(text: string, table: ITable): string;
export declare function textMap2(text: string, table: ITable): string;
export declare function textMap3(text: string, table: ITable): string;
export declare function textMap4(text: string, table: ITable): string;