smartocr/ts/smartocr.plugins.ts

22 lines
439 B
TypeScript
Raw Permalink Normal View History

2021-11-29 15:29:15 +00:00
// node native
import * as path from 'path';
export {
path
}
// @pushrocks scope
2024-04-18 14:43:32 +00:00
import * as smartfile from '@push.rocks/smartfile';
import * as smartshell from '@push.rocks/smartshell';
import * as smartunique from '@push.rocks/smartunique';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
2021-11-29 15:29:15 +00:00
export {
smartfile,
smartshell,
smartunique,
2024-04-18 14:43:32 +00:00
smartpath,
2021-11-29 15:29:15 +00:00
smartpromise
}