smartpuppeteer/ts/smartpuppeteer.plugins.ts
2019-11-15 21:44:11 +01:00

13 lines
173 B
TypeScript

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