index.mjs 230 B

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