UNPKG

zomoc

Version:

A type-safe API mocking tool for frontend development, powered by axios and Zod.

5 lines (4 loc) 193 B
export { createGenerator, setupMockingInterceptor } from './cli.js'; export { CustomGenerators, RegistryValue, SetupMockingInterceptorOptions } from './types.js'; import 'axios'; import 'zod';