UNPKG

@bryce94/json-to-ts

Version:

将json转为ts声明

4 lines (3 loc) 231 B
import type { JSONType, OptionsType } from './types'; export type { JSONType, IAbstractConfig, OptionsType, EnumItem } from './types'; export declare const parse: (data: JSONType, keyName: string, options?: OptionsType) => string;