@kubb/core
Version:
Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.
13 lines (10 loc) • 589 B
text/typescript
import { R as ResolvedFile, F as File } from './types-CA8nQKwM.cjs';
import { L as Logger } from './logger-BWq-oJU_.cjs';
import { P as PluginManager } from './PluginManager-E3SghPP9.cjs';
import 'consola/utils';
import 'consola';
declare const mockedLogger: Logger;
declare const createMockedPluginManager: (name?: string) => PluginManager;
declare const mockedPluginManager: PluginManager;
declare function matchFiles(files: Array<ResolvedFile | File> | undefined, pre?: string): Promise<undefined>;
export { createMockedPluginManager, matchFiles, mockedLogger, mockedPluginManager };