smartpuppeteer/ts/index.ts

9 lines
239 B
TypeScript

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