index.js 107 B

1234567
  1. import $$ from "./dom-lib";
  2. import tools from "./tools";
  3. module.exports = {
  4. $$: $$,
  5. tools: tools
  6. }