index.mjs 250 B

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