Skip to content

Commit 62470de

Browse files
authored
feat: export types for use downstream (#73)
1 parent 4311178 commit 62470de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
export { MockServer } from "./mock-server.js";
88
export { FetchMocker } from "./fetch-mocker.js";
99
export { CookieCredentials } from "./cookie-credentials.js";
10+
export * from "./types.js";

0 commit comments

Comments
 (0)