Skip to content

Commit

Permalink
feat: Add Dom module (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Apr 28, 2024
1 parent 7df2a84 commit f7cf96d
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * as MonadCont from "./src/cont/monad.ts";
export * as ControlFlow from "./src/control-flow.ts";
export * as Coyoneda from "./src/coyoneda.ts";
export * as Curry from "./src/curry.ts";
export * as Dom from "./src/dom.ts";
export * as Dual from "./src/dual.ts";
export * as Ether from "./src/ether.ts";
export * as Exists from "./src/exists.ts";
Expand Down

0 comments on commit f7cf96d

Please sign in to comment.