smartrequest/dist/smartrequest.plugins.d.ts

7 lines
176 B
TypeScript
Raw Normal View History

2017-01-28 23:51:47 +00:00
import 'typings-global';
import * as url from 'url';
import * as http from 'http';
import * as https from 'https';
import * as q from 'smartq';
export { url, http, https, q };