UNPKG

zomoc

Version:

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

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