UNPKG

robert

Version:

A generic shitty http client in nod.js

7 lines (6 loc) 170 B
export * from "./types"; import client from "./client"; declare const _default: import("./types").Client & { client: typeof client; }; export default _default;