smartrequest/dist/smartrequest.request.d.ts
2017-01-29 00:52:58 +01:00

3 lines
187 B
TypeScript

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