6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
|
import * as url from 'url';
|
||
|
import * as http from 'http';
|
||
|
import * as https from 'https';
|
||
|
import * as smartq from 'smartq';
|
||
|
export { url, http, https, smartq };
|