UNPKG

572 BTypeScriptView Raw
1declare const got: import("./create").Got;
2export default got;
3export * from './types';
4export { Got, GotStream, ReturnStream, GotRequestMethod, GotReturn } from './create';
5export { ProxyStream as ResponseStream } from './as-stream';
6export { GotError, CacheError, RequestError, ReadError, ParseError, HTTPError, MaxRedirectsError, UnsupportedProtocolError, TimeoutError, CancelError } from './errors';
7export { InitHook, BeforeRequestHook, BeforeRedirectHook, BeforeRetryHook, BeforeErrorHook, AfterResponseHook, HookType, Hooks, HookEvent } from './known-hook-events';