fix(core): update
This commit is contained in:
16
ts/smartsystem.plugins.ts
Normal file
16
ts/smartsystem.plugins.ts
Normal 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
|
||||
}
|
Reference in New Issue
Block a user