commitinfo/ts/commitinfo.plugins.ts

18 lines
305 B
TypeScript
Raw Normal View History

2022-04-26 14:57:02 +00:00
// node native
import * as path from 'path';
export {
path
}
// pushrocks scope
2024-06-23 10:57:23 +00:00
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartfile from '@push.rocks/smartfile';
import * as smartversion from '@push.rocks/smartversion';
2022-04-26 14:57:02 +00:00
export {
projectinfo,
smartfile,
smartversion
}