smartbrowser/ts/smartbrowser.plugins.ts

9 lines
254 B
TypeScript
Raw Normal View History

2019-05-29 14:14:26 +02:00
// pushrocks scope
2023-09-11 10:18:45 +02:00
import * as smartpdf from '@push.rocks/smartpdf';
import * as smartpuppeteer from '@push.rocks/smartpuppeteer';
import * as smartunique from '@push.rocks/smartunique';
2019-05-29 14:14:26 +02:00
2019-06-04 08:29:05 +02:00
export { smartpdf, smartpuppeteer, smartunique };
2019-05-29 14:14:26 +02:00
// third party