smartssr/ts/smartssr.plugins.ts

14 lines
401 B
TypeScript
Raw Normal View History

2020-02-12 21:31:22 +00:00
// node native
import * as path from 'path';
import * as fs from 'fs';
2020-02-12 21:32:25 +00:00
export { path, fs };
2020-02-12 21:31:22 +00:00
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartfile from '@pushrocks/smartfile';
import * as smartpuppeteer from '@pushrocks/smartpuppeteer';
import * as smartpromise from '@pushrocks/smartpromise';
2020-02-12 21:32:25 +00:00
export { smartdelay, smartfile, smartpuppeteer, smartpromise };