smartsystem/ts/smartsystem.plugins.ts
2019-08-22 01:05:21 +02:00

17 lines
244 B
TypeScript

// 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
}