smartpuppeteer/ts/index.ts

9 lines
239 B
TypeScript
Raw Permalink Normal View History

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