smartpuppeteer/ts/smartpuppeteer.plugins.ts

13 lines
173 B
TypeScript
Raw Normal View History

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