openapi-to-ts
Version:
Generate TypeScript types from OpenAPI 3.0 specs.
18 lines (17 loc) • 601 B
TypeScript
export * from './addWarning';
export * from './getGenerationGoal';
export * from './getLocalFile';
export * from './getNameFromRef';
export * from './getRemoteFile';
export * from './getSchemaNameFromRef';
export * from './getSchemaObjectType';
export * from './isReferenceObject';
export * from './mapSchemaToTypeValue';
export * from './mapTypeValueToString';
export * from './toCamelCase';
export * from './toJSDocComment';
export * from './toPascalCase';
export * from './toTitleCase';
export * from './toTSArray';
export * from './toTSIntersection';
export * from './toTSUnion';