fix(core): update

This commit is contained in:
2019-08-22 01:05:21 +02:00
parent a1139c5da4
commit a4734d9c10
17 changed files with 2088 additions and 638 deletions

16
ts/smartsystem.plugins.ts Normal file
View File

@@ -0,0 +1,16 @@
// node native
import os from 'os'
export {
os
}
import * as lik from '@pushrocks/lik';
import * as smartenv from '@pushrocks/smartenv';
import * as smartpromise from '@pushrocks/smartpromise';
export {
lik,
smartenv,
smartpromise
}