UNPKG

@front-utils/mock-json-api

Version:

Bun mock server with Elysia and Lowdb

8 lines 144 B
export { createDatabase, } from './database'; export { type MockDb, type CreateDatabaseConfig, type DbAdapter, } from './types';