smartdeno/ts/plugins.ts

17 lines
313 B
TypeScript
Raw Normal View History

2024-03-16 23:53:32 +00:00
// node native scope
import * as path from 'path';
export {
path,
}
// @push.rocks scope
import * as smartarchive from '@push.rocks/smartarchive';
import * as smartpath from '@push.rocks/smartpath';
import * as smarthshell from '@push.rocks/smartshell';
export {
smartarchive,
smartpath,
smarthshell,
}