index.mjs 194 B

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