cli/ts/mod_meta/meta.plugins.ts

9 lines
317 B
TypeScript
Raw Normal View History

2024-06-21 17:48:43 +00:00
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 };