smartrequest/ts/smartrequest.plugins.ts

11 lines
307 B
TypeScript
Raw Normal View History

2018-07-19 16:16:02 +02:00
import * as formData from 'form-data';
import * as fs from 'fs';
2018-06-13 22:34:49 +02:00
import * as http from 'http';
import * as https from 'https';
2018-07-19 16:16:02 +02:00
import * as path from 'path';
import * as url from 'url';
2017-01-29 00:51:47 +01:00
import * as smartpromise from '@pushrocks/smartpromise';
2017-01-29 00:51:47 +01:00
2018-08-14 01:47:54 +02:00
export { formData, http, https, fs, path, url, smartpromise };