1
0

index.ts 429 B

12345678910
  1. /**
  2. * @module UserUtils
  3. * UserUtils is a lightweight library with various utilities for userscripts, allowing you to register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more
  4. */
  5. export * from "./Dialog.js";
  6. export * from "./dom.js";
  7. export * from "./errors.js";
  8. export * from "./Mixins.js";
  9. export * from "./SelectorObserver.js";