qenv/ts/qenv.plugins.ts
2023-08-08 19:08:25 +02:00

11 lines
214 B
TypeScript

// native
import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartlog from '@push.rocks/smartlog';
export { smartfile, smartlog };