smartpdf/ts/smartpdf.plugins.ts
2019-06-03 23:34:33 +02:00

20 lines
537 B
TypeScript

// 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 smartpuppeteer from '@pushrocks/smartpuppeteer';
import * as smartnetwork from '@pushrocks/smartnetwork';
import * as smartunique from '@pushrocks/smartunique';
export { smartfile, smartpromise, smartpuppeteer, smartunique, smartnetwork };
// thirdparty
import express from 'express';
export { express };