smartrequest/ts/smartrequest.plugins.ts

16 lines
402 B
TypeScript
Raw Normal View History

2019-09-08 15:49:32 +00:00
import formData from 'form-data';
2018-07-19 14:16:02 +00:00
import * as fs from 'fs';
2018-06-13 20:34:49 +00:00
import * as http from 'http';
import * as https from 'https';
2018-07-19 14:16:02 +00:00
import * as path from 'path';
import * as url from 'url';
2017-01-28 23:51:47 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2017-01-28 23:51:47 +00:00
2018-08-13 23:47:54 +00:00
export { formData, http, https, fs, path, url, smartpromise };
2019-09-28 20:50:35 +00:00
// third party scope
import * as agentkeepalive from 'agentkeepalive';
2019-09-29 14:42:56 +00:00
export { agentkeepalive };