UNPKG

@kubb/plugin-faker

Version:

Faker.js data generator plugin for Kubb, creating realistic mock data from OpenAPI specifications for development and testing.

8 lines (7 loc) 384 B
import { a as UserPluginWithLifeCycle, n as PluginFaker, t as Options } from "./types-BlR7cTJa.cjs"; //#region src/plugin.d.ts declare const pluginFakerName = "plugin-faker"; declare const pluginFaker: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginFaker>; //#endregion export { type PluginFaker, pluginFaker, pluginFakerName }; //# sourceMappingURL=index.d.cts.map