UNPKG

@lazy-cjk/static-build-zh-convert

Version:
7 lines (6 loc) 135 B
export interface ITable extends Record<string, string> { } export interface IStaticDebugJSON { safe: ITable; unsafe: ITable; }