index.d.ts 118 B

1234
  1. declare const got: import("./types").Got;
  2. export default got;
  3. export * from './create';
  4. export * from './as-promise';