easysql/node_modules/got/dist/source/index.d.ts
2025-12-29 18:35:04 +08:00

5 lines
118 B
TypeScript

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