smartrequest/ts/smartrequest.plugins.ts

13 lines
156 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'
import * as q from 'smartq'
export {
2017-06-09 19:48:16 +00:00
url,
http,
https,
q
}