smartrequest/ts/smartrequest.plugins.ts

8 lines
192 B
TypeScript

import * as url from 'url';
import * as http from 'http';
import * as https from 'https';
import * as smartpromise from '@pushrocks/smartpromise';
export { url, http, https, smartpromise };