UNPKG

dtsgeneratorws

Version:

TypeScript d.ts file generator for JSON Schema file

4 lines (3 loc) 204 B
import glob from 'glob'; export declare function parseFileContent(content: string, filename?: string): any; export declare function globFiles(pattern: string, options?: glob.IOptions): Promise<string[]>;