@lazy-cjk/static-build-zh-convert
Version:
14 lines (13 loc) • 333 B
TypeScript
/**
* Created by user on 2020/6/1.
*/
import table_cn2tw from './data/table_cn2tw';
import table_tw2cn from './data/table_tw2cn';
export * from './types';
import { ITable } from './types';
export { table_cn2tw, table_tw2cn, };
declare const _default: {
table_cn2tw: ITable;
table_tw2cn: ITable;
};
export default _default;