Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

Commit 232da4a

Browse files
committed
Add returnsNext and resolvesNext to mod.ts
1 parent 6fc1624 commit 232da4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mod.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ export {
1515
} from "./time.ts";
1616
export type { FakeDateConstructor, NativeDateConstructor } from "./time.ts";
1717

18-
export { returnsArg, returnsArgs, returnsThis } from "./callbacks.ts";
18+
export {
19+
resolvesNext,
20+
returnsArg,
21+
returnsArgs,
22+
returnsNext,
23+
returnsThis,
24+
} from "./callbacks.ts";
1925

2026
export {
2127
assertPassthrough,

0 commit comments

Comments
 (0)