Skip to content

Commit

Permalink
Update export
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Sep 11, 2023
1 parent 2a42ea6 commit 2dda771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// array
export { shuffleArray } from "./array/shuffleArray"
// dom
export { getCssVariable } from "./dom/getCssVariable"
export { cls } from "./dom/cls"
export { listen, listenOnce, listenCompose } from "./dom/listener"
// envs
export * from "./envs/envs"
// maths
Expand Down

0 comments on commit 2dda771

Please sign in to comment.