smartbrowser/ts/smartbrowser.plugins.ts

10 lines
169 B
TypeScript
Raw Normal View History

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