smartrequest/dist/smartrequest.request.d.ts
2017-06-09 21:48:16 +02:00

3 lines
194 B
TypeScript

import * as interfaces from './smartrequest.interfaces';
export declare let request: (domainArg: string, optionsArg?: interfaces.ISmartRequestOptions, streamArg?: boolean) => Promise<Response>;