smartpuppeteer/ts/smartpuppeteer.plugins.ts
2019-11-16 00:35:03 +01:00

11 lines
236 B
TypeScript

// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartenv from '@pushrocks/smartenv';
export { smartdelay, smartenv };
// third party scope
import puppeteer from 'puppeteer';
export { puppeteer };