UNPKG

@dbs-portal/tool-mock

Version:

API mocking toolkit using MSW for DBS Portal development workflows

12 lines 348 B
/** * Server-only MSW setup and configuration utilities * * This entry point includes Node.js-specific functionality * and should only be used in Node.js environments. */ export * from './setup'; export * from './config'; export * from './environment'; export * from './types'; export * from './server'; //# sourceMappingURL=server-only.js.map