Skip to content

Commit

Permalink
feat(mod): export module
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 5, 2023
1 parent da4e73d commit 5d03d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @module
*/

export { None, type Option, Some } from "./spec.ts";
export { None, type Option, OptionType, Some } from "./spec.ts";
export {
filter,
flat,
Expand Down

0 comments on commit 5d03d44

Please sign in to comment.