Files
tools/ts/tools.plugins.ts
2026-02-03 16:59:32 +00:00

12 lines
410 B
TypeScript

// node native
import * as path from 'path';
import * as fs from 'fs';
// push.rocks scope
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
import * as smartcli from '@push.rocks/smartcli';
import * as smartshell from '@push.rocks/smartshell';
export { smartlog, smartlogDestinationLocal, path, fs, smartcli, smartshell };