fix(core): update

This commit is contained in:
2021-01-08 21:16:25 +00:00
parent 1b72af4702
commit ef55253b8e
10 changed files with 112 additions and 41 deletions

View File

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