smartrequest/dist/smartrequest.request.d.ts

3 lines
194 B
TypeScript
Raw Normal View History

2017-01-28 23:51:47 +00:00
import * as interfaces from './smartrequest.interfaces';
2017-06-09 19:48:16 +00:00
export declare let request: (domainArg: string, optionsArg?: interfaces.ISmartRequestOptions, streamArg?: boolean) => Promise<Response>;