1
0

index.ts 470 B

1234567891011
  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 "./error.js";
  8. export * from "./Mixins.js";
  9. export * from "./SelectorObserver.js";
  10. export * from "@sv443-network/coreutils";