smartocr/ts/smartocr.plugins.ts

20 lines
370 B
TypeScript
Raw Normal View History

2021-11-29 15:29:15 +00:00
// node native
import * as path from 'path';
export {
path
}
// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartshell from '@pushrocks/smartshell';
import * as smartunique from '@pushrocks/smartunique';
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartfile,
smartshell,
smartunique,
smartpromise
}