Files
tsrust/ts/plugins.ts

16 lines
397 B
TypeScript

import * as early from '@push.rocks/early';
import * as smartconfig from '@push.rocks/smartconfig';
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,
smartconfig,
smartcli,
smartfile,
smartpath,
smartshell,
};