fix(core): update

This commit is contained in:
2020-02-12 21:31:22 +00:00
commit d306fd0b4b
16 changed files with 2348 additions and 0 deletions

21
ts/smartssr.plugins.ts Normal file
View File

@@ -0,0 +1,21 @@
// node native
import * as path from 'path';
import * as fs from 'fs';
export {
path,
fs
};
// @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';
export {
smartdelay,
smartfile,
smartpuppeteer,
smartpromise
};