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