smartdaemon/ts/smartdaemon.plugins.ts

18 lines
581 B
TypeScript
Raw Normal View History

2019-08-28 09:55:14 +00:00
// node native scope
import * as path from 'path';
2021-01-30 00:41:40 +00:00
export { path };
2019-08-28 09:55:14 +00:00
// @pushrocks scope
2019-09-03 13:21:30 +00:00
import * as lik from '@pushrocks/lik';
import * as smartfile from '@pushrocks/smartfile';
2019-09-05 09:15:17 +00:00
import * as smartfm from '@pushrocks/smartfm';
2019-08-28 09:55:14 +00:00
import * as smartlog from '@pushrocks/smartlog';
import * as smartlogDestinationLocal from '@pushrocks/smartlog-destination-local';
2019-09-03 09:29:14 +00:00
import * as smartshell from '@pushrocks/smartshell';
import * as smartsystem from '@pushrocks/smartsystem';
2019-08-28 09:55:14 +00:00
2021-01-30 00:41:40 +00:00
export { lik, smartfile, smartfm, smartlog, smartlogDestinationLocal, smartshell, smartsystem };
2019-08-28 09:55:14 +00:00
// third party