smartpuppeteer/ts/index.ts

9 lines
230 B
TypeScript
Raw Normal View History

2019-11-15 21:44:11 +01:00
// module exports
2019-06-03 22:24:10 +02:00
2019-11-15 21:44:11 +01:00
export * from './smartpuppeteer.classes.smartpuppeteer';
2021-01-08 21:42:52 +00:00
export * from './smartpuppeteer.classes.incognitobrowser';
2019-06-03 22:48:40 +02:00
2019-11-15 21:44:11 +01:00
// direct exports
import { puppeteer } from './smartpuppeteer.plugins';
2019-06-03 22:48:40 +02:00
export { puppeteer };