smartrequest/ts/smartrequest.plugins.ts
2018-06-14 22:48:50 +02:00

8 lines
163 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 };