• Jump To … +
    ifvisible.ts main.ts
  • main.ts

  • ¶
    import { exporter, IfVisible } from "./ifvisible.ts";
    
    exporter(window, () => {
        return new IfVisible();
    });