smartrequest/dist/smartrequest.plugins.d.ts

6 lines
161 B
TypeScript
Raw Normal View History

2017-01-28 23:51:47 +00:00
import * as url from 'url';
import * as http from 'http';
import * as https from 'https';
2018-06-14 20:48:50 +00:00
import * as smartq from 'smartq';
export { url, http, https, smartq };