Skip to content

Commit

Permalink
Update export
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Aug 31, 2023
1 parent ad252c6 commit e1f9b76
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,7 +1,7 @@
// array
export { shuffleArray } from "./array/shuffleArray"
// dom
export { getCssVariable } from "./dom/getCssVariable"
export { listen, listenOnce, listenCompose } from "./dom/listener"
// envs
export * from "./envs/envs"
// maths
Expand Down

0 comments on commit e1f9b76

Please sign in to comment.