Files
smartocr/ts/smartocr.plugins.ts
T

26 lines
592 B
TypeScript

// node native
import * as path from 'path';
export {
path
}
// @pushrocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartaiDocument from '@push.rocks/smartai/document';
import * as smartaiOcr from '@push.rocks/smartai/ocr';
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';
export {
smartfile,
smartaiDocument,
smartaiOcr,
smartshell,
smartunique,
smartpath,
smartpromise
}