UNPKG

stable-ts-type

Version:

Obtain the most stable type code of 'typescript' through multiple network requests

4 lines (3 loc) 176 B
import type { TypeOpts } from './type-opts'; declare const json2Type: (modalName: string, jsonSamples: string[], opts?: TypeOpts) => Promise<string>; export default json2Type;