smartrequest/dist/smartrequest.request.d.ts
2017-01-29 01:12:42 +01:00

3 lines
188 B
TypeScript

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