import ipi from "./dist/index";
import type { IPInfo } from "./dist/api";

export default ipi;
// export types
export type { IPInfo };
