UNPKG

stable-ts-type

Version:

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

5 lines (4 loc) 196 B
export { Generator, simpleGenerate, generate } from './generate'; export { default as fetch } from './fetch'; export type { Input } from './input'; export type { GenerateOpts } from './generate';