DIR: /proc/self/root/usr/share/node_modules/got/dist/as-promise/ |
Current File : //proc/self/root/usr/share/node_modules/got/dist/as-promise/index.d.ts |
import { NormalizedOptions, CancelableRequest } from './types'; export default function asPromise<T>(normalizedOptions: NormalizedOptions): CancelableRequest<T>; export * from './types'; |