smartpuppeteer/ts/index.ts
2021-01-08 21:42:52 +00:00

9 lines
230 B
TypeScript

// module exports
export * from './smartpuppeteer.classes.smartpuppeteer';
export * from './smartpuppeteer.classes.incognitobrowser';
// direct exports
import { puppeteer } from './smartpuppeteer.plugins';
export { puppeteer };