smartpuppeteer/ts/index.ts

9 lines
239 B
TypeScript
Raw Normal View History

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