smartpuppeteer/ts/smartpuppeteer.plugins.ts
2019-11-15 23:41:39 +01:00

10 lines
171 B
TypeScript

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