UNPKG

234 BTypeScriptView Raw
1import SchemaId from './schemaId';
2export declare type TypeNameConvertor = (id: SchemaId) => string[];
3export declare const DefaultTypeNameConvertor: TypeNameConvertor;
4export declare function normalizeTypeName(type: string): string;