Files
tsrust/ts/plugins.ts
2026-02-09 09:32:20 +00:00

14 lines
326 B
TypeScript

import * as early from '@push.rocks/early';
import * as smartcli from '@push.rocks/smartcli';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
import * as smartshell from '@push.rocks/smartshell';
export {
early,
smartcli,
smartfile,
smartpath,
smartshell,
};