tspublish/ts/plugins.ts

15 lines
540 B
TypeScript
Raw Normal View History

2024-10-21 10:16:09 +00:00
// node native scope
import * as path from 'path';
export { path };
2024-10-21 10:16:09 +00:00
// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartcli from '@push.rocks/smartcli';
import * as smartdelay from '@push.rocks/smartdelay';
2024-10-21 10:16:09 +00:00
import * as smartlog from '@push.rocks/smartlog';
import * as smartnpm from '@push.rocks/smartnpm';
import * as smartpath from '@push.rocks/smartpath';
import * as smartshell from '@push.rocks/smartshell';
2024-10-21 10:16:09 +00:00
export { smartfile, smartcli, smartdelay, smartlog, smartnpm, smartpath, smartshell };