UNPKG

@krlwlfrt/xsdco

Version:
4 lines (3 loc) 260 B
import { Property, ThingWithNameAndNamespace } from '@krlwlfrt/tsg'; export declare function generateName(thing: ThingWithNameAndNamespace): string; export declare function generatePropertyTypeFactory(rootNamespaces: string[]): (property: Property) => string;