UNPKG

@kubb/core

Version:

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

12 lines (11 loc) 607 B
export { BaseGenerator } from './BaseGenerator.ts' export { build, build as default, safeBuild, setup } from './build.ts' export { type CLIOptions, defineConfig, isInputPath } from './config.ts' export { defineLogger } from './defineLogger.ts' export { definePlugin } from './definePlugin.ts' export { PackageManager } from './PackageManager.ts' export { getMode, PluginManager } from './PluginManager.ts' export { PromiseManager } from './PromiseManager.ts' export * from './types.ts' export type { FileMetaBase } from './utils/getBarrelFiles.ts' export { getBarrelFiles } from './utils/getBarrelFiles.ts'