Skip to content

Commit

Permalink
export applyRequestHandlers
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 27, 2024
1 parent dfa57d7 commit dcca74c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/msw-addon/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
export { initialize, InitializeOptions, getWorker } from '@build-time/initialize'
export {
initialize,
InitializeOptions,
getWorker,
} from '@build-time/initialize'
export * from './decorator.js'
export * from './loader.js'
export { applyRequestHandlers } from './applyRequestHandlers.js'

0 comments on commit dcca74c

Please sign in to comment.