UNPKG

@kubb/plugin-faker

Version:
10 lines (7 loc) 375 B
import * as _kubb_core from '@kubb/core'; import { O as Options, P as PluginFaker } from './types-Dhvk7pfA.cjs'; import '@kubb/oas'; import '@kubb/plugin-oas'; declare const pluginFakerName = "plugin-faker"; declare const pluginFaker: (options?: Options | undefined) => _kubb_core.UserPluginWithLifeCycle<PluginFaker>; export { PluginFaker, pluginFaker, pluginFakerName };