UNPKG

xsd-assembler

Version:

This project aims to assemble, merge, and resolve dependencies in XSD files

4 lines (3 loc) 140 B
export interface XSDIncludeResolverImpl { resolveIncludes(filePath: string, firstFile?: boolean, basePath?: string): Promise<string>; }