smartrequest/dist/smartrequest.plugins.d.ts

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 };