index.mjs 218 B

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