UNPKG

233 BTypeScriptView Raw
1import { Schema } from './type';
2export { default as SchemaId } from './schemaId';
3export * from './type';
4export interface Options {
5 contents: Schema[];
6}
7export default function dtsGenerator(options: Options): Promise<string>;