Skip to content

Commit

Permalink
Also exporting Body
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Sep 3, 2022
1 parent f40d55c commit 87f6210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

# nyc
/.nyc_output

# bun!
/bun.lockb
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { conditionalCheck } from './conditional';

export { default as Request } from './request';
export { default as Response } from './response';
export { default as Response, Body } from './response';
export { default as MemoryRequest } from './memory-request';
export { default as MemoryResponse } from './memory-response';

Expand Down

0 comments on commit 87f6210

Please sign in to comment.