smartrequest/ts/smartrequest.plugins.ts
2019-09-08 17:49:32 +02:00

11 lines
302 B
TypeScript

import formData from 'form-data';
import * as fs from 'fs';
import * as http from 'http';
import * as https from 'https';
import * as path from 'path';
import * as url from 'url';
import * as smartpromise from '@pushrocks/smartpromise';
export { formData, http, https, fs, path, url, smartpromise };