qenv/ts/qenv.plugins.ts
2019-01-06 01:30:07 +01:00

17 lines
217 B
TypeScript

// native
import * as path from 'path';
export {
path
}
// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
export {
smartfile,
smartlog
}