cli/ts/mod_meta/meta.plugins.ts
2024-06-21 19:48:43 +02:00

9 lines
317 B
TypeScript

export * from '../plugins.js';
import * as smartfile from '@push.rocks/smartfile';
import * as smartinteraction from '@push.rocks/smartinteract';
import * as smartjson from '@push.rocks/smartjson';
import * as smartshell from '@push.rocks/smartshell';
export { smartfile, smartinteraction, smartjson, smartshell };