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