5 lines
118 B
TypeScript
Raw Normal View History

2024-04-28 15:34:17 +08:00
declare const got: import("./types").Got;
export default got;
export * from './create';
export * from './as-promise';