smartpdf/ts/smartpdf.plugins.ts
2019-05-29 00:27:43 +02:00

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