Skip to content

Commit 9a672ed

Browse files
committed
feat(mod): export related types
1 parent 3126ef2 commit 9a672ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This module is browser compatible.
33

44
export { parseAuthorization } from "./parse.ts";
5-
export type { Authorization, AuthParam } from "./types.ts";
5+
export type { Authorization, AuthParam, Token68 } from "./types.ts";

0 commit comments

Comments
 (0)