smartpuppeteer/ts/index.ts

9 lines
230 B
TypeScript
Raw Normal View History

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