smartbrowser/ts/smartbrowser.plugins.ts
2019-06-03 17:16:47 +02:00

11 lines
232 B
TypeScript

// pushrocks scope
import * as smartpdf from '@pushrocks/smartpdf';
import * as smartunique from '@pushrocks/smartunique';
export { smartpdf, smartunique };
// third party
import puppeteer from 'puppeteer';
export { puppeteer };