diff --git a/src/index.ts b/src/index.ts index 378057c..6faf056 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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