smartpuppeteer/ts/smartpuppeteer.plugins.ts

10 lines
171 B
TypeScript
Raw Normal View History

2019-11-15 20:44:11 +00:00
// @pushrocks scope
import * as smartenv from '@pushrocks/smartenv';
2019-11-15 22:41:39 +00:00
export { smartenv };
2019-11-15 20:44:11 +00:00
// third party scope
import puppeteer from 'puppeteer';
2019-11-15 22:41:39 +00:00
export { puppeteer };