UNPKG

@kubb/core

Version:

Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.

6 lines (5 loc) 195 B
export { clean } from './clean.ts' export { exists } from './exists.ts' export { read, readSync } from './read.ts' export { getRelativePath } from './utils.ts' export { write } from './write.ts'