Skip to content

Commit 6aa717d

Browse files
authored
feat: add fetchStatus (http-status-codes) reexport (#5)
1 parent 3da783d commit 6aa717d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export { kind };
1010
// Export the node-fetch wrapper
1111
export { fetch } from "./fetch";
1212

13+
// Export the HTTP status codes
14+
export { StatusCodes as fetchStatus } from "http-status-codes";
15+
1316
// Export the fluent API entrypoint
1417
export { K8s } from "./fluent";
1518

0 commit comments

Comments
 (0)