index.mjs 230 B

12345678
  1. import { withInstall } from "../utils/index.mjs";
  2. import _IndexAnchor from "./IndexAnchor.mjs";
  3. const IndexAnchor = withInstall(_IndexAnchor);
  4. var stdin_default = IndexAnchor;
  5. export {
  6. IndexAnchor,
  7. stdin_default as default
  8. };