qenv/ts/qenv.plugins.ts

17 lines
217 B
TypeScript
Raw Normal View History

2019-01-06 00:30:07 +00:00
// 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
}