fix(core): update

This commit is contained in:
2020-02-25 01:38:24 +00:00
parent 190d57bbe2
commit 5dd6450347
4 changed files with 67 additions and 73 deletions

View File

@@ -1,3 +1,10 @@
// node native scope
import * as os from 'os';
export {
os
};
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
import * as smartenv from '@pushrocks/smartenv';