smartdaemon/ts/smartdaemon.plugins.ts

28 lines
668 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
2023-07-25 16:57:38 +00:00
import * as lik from '@push.rocks/lik';
import * as smartfile from '@push.rocks/smartfile';
import * as smartfm from '@push.rocks/smartfm';
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
import * as smartpath from '@push.rocks/smartpath';
import * as smartshell from '@push.rocks/smartshell';
import * as smartsystem from '@push.rocks/smartsystem';
2019-08-28 09:55:14 +00:00
2023-07-25 16:57:38 +00:00
export {
lik,
smartfile,
smartfm,
smartlog,
smartlogDestinationLocal,
smartpath,
smartshell,
smartsystem,
};
2019-08-28 09:55:14 +00:00
// third party