This commit is contained in:
2024-10-21 12:16:09 +02:00
commit c0d81402fb
22 changed files with 7721 additions and 0 deletions

14
ts/plugins.ts Normal file
View File

@@ -0,0 +1,14 @@
// node native scope
import * as path from 'path';
export {
path,
}
// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartcli from '@push.rocks/smartcli';
import * as smartlog from '@push.rocks/smartlog';
import * as smartnpm from '@push.rocks/smartnpm';
import * as smartpath from '@push.rocks/smartpath';
export { smartfile, smartcli, smartlog, smartnpm, smartpath, };