tspm/ts/plugins.ts

13 lines
169 B
TypeScript

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