2018-10-06 13:25:45 +00:00
|
|
|
// native
|
|
|
|
import * as http from 'http';
|
|
|
|
import * as path from 'path';
|
|
|
|
|
2018-10-06 15:35:26 +00:00
|
|
|
export { http, path };
|
2018-10-06 13:25:45 +00:00
|
|
|
|
|
|
|
// @pushrocks
|
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
|
|
|
import * as smartpromise from '@pushrocks/smartpromise';
|
|
|
|
import * as smartnetwork from '@pushrocks/smartnetwork';
|
2018-10-06 15:35:26 +00:00
|
|
|
import * as smartunique from '@pushrocks/smartunique';
|
2018-10-06 13:25:45 +00:00
|
|
|
|
2018-10-06 15:35:26 +00:00
|
|
|
export { smartfile, smartpromise, smartunique, smartnetwork };
|
2018-10-06 13:25:45 +00:00
|
|
|
|
|
|
|
// thirdparty
|
|
|
|
import * as express from 'express';
|
|
|
|
import * as puppeteer from 'puppeteer';
|
|
|
|
|
2018-10-06 15:35:26 +00:00
|
|
|
export { express, puppeteer };
|