smartrequest/ts/smartrequest.plugins.ts

13 lines
187 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
}