index.mjs 250 B

12345678910
  1. import { withInstall } from "../utils/index.mjs";
  2. import _Space from "./Space.mjs";
  3. const Space = withInstall(_Space);
  4. var stdin_default = Space;
  5. import { spaceProps } from "./Space.mjs";
  6. export {
  7. Space,
  8. stdin_default as default,
  9. spaceProps
  10. };