smartrequest/dist/smartrequest.request.d.ts

3 lines
188 B
TypeScript
Raw Normal View History

2017-01-28 23:51:47 +00:00
import * as interfaces from './smartrequest.interfaces';
2017-01-29 00:12:42 +00:00
export declare let request: (domainArg: string, optionsArg?: interfaces.ISmartRequestOptions, streamArg?: boolean) => Promise<{}>;