Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d67cb47

Browse files
committed
Add remaining Durable Object exports
1 parent 85fecfd commit d67cb47

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/modules/index.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
export { Cache, NoOpCache } from "./cache";
2-
export { DurableObject } from "./do";
2+
export {
3+
DurableObject,
4+
DurableObjectState,
5+
DurableObjectConstructor,
6+
DurableObjectId,
7+
DurableObjectStub,
8+
DurableObjectNamespace,
9+
DurableObjectFactory,
10+
} from "./do";
311
export { FetchEvent, ScheduledEvent, ResponseWaitUntil } from "./events";
412
export {
513
HTMLRewriter,

0 commit comments

Comments
 (0)