9 lines
254 B
TypeScript
9 lines
254 B
TypeScript
// pushrocks scope
|
|
import * as smartpdf from '@push.rocks/smartpdf';
|
|
import * as smartpuppeteer from '@push.rocks/smartpuppeteer';
|
|
import * as smartunique from '@push.rocks/smartunique';
|
|
|
|
export { smartpdf, smartpuppeteer, smartunique };
|
|
|
|
// third party
|