smartbrowser/ts/smartbrowser.plugins.ts

11 lines
232 B
TypeScript
Raw Normal View History

2019-05-29 12:14:26 +00:00
// pushrocks scope
import * as smartpdf from '@pushrocks/smartpdf';
2019-06-03 15:16:47 +00:00
import * as smartunique from '@pushrocks/smartunique';
2019-05-29 12:14:26 +00:00
2019-06-03 15:16:47 +00:00
export { smartpdf, smartunique };
2019-05-29 12:14:26 +00:00
// third party
2019-06-03 15:16:47 +00:00
import puppeteer from 'puppeteer';
2019-05-28 21:28:43 +00:00
export { puppeteer };