auth-api/tests/node_modules/got/dist/source/index.d.ts

5 lines
118 B
TypeScript
Raw Normal View History

2021-06-23 22:30:45 +02:00
declare const got: import("./types").Got;
export default got;
export * from './create';
export * from './as-promise';