smartpdf/ts/smartpdf.plugins.ts

31 lines
518 B
TypeScript
Raw Normal View History

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