NeahNew/node_modules/got/dist/source/index.d.ts
2025-05-06 22:43:27 +02:00

5 lines
118 B
TypeScript

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