Files
smartfs/ts/smartfs.plugins.ts

11 lines
229 B
TypeScript

// native scope
import * as path from 'node:path';
export { path };
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';
import * as smartrust from '@push.rocks/smartrust';
export { smartpath, smartrust };