UNPKG

@krlwlfrt/xsdco

Version:
4 lines (3 loc) 257 B
import { Type } from '@krlwlfrt/tsg'; export declare function extract(content: any, intendedTargetNamespace?: string, path?: string): Promise<Type[]>; export declare function extractFromFile(path: string, intendedTargetNamespace?: string): Promise<Type[]>;