7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
|
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 };
|