smartgit/ts/index.ts

5 lines
138 B
TypeScript
Raw Normal View History

2019-06-18 13:17:50 +00:00
import plugins = require('./smartgit.plugins');
2016-03-30 23:59:45 +00:00
2019-06-18 13:41:03 +00:00
export * from './smartgit.classes.gitrepo';
export * from './smartgit.classes.smartgit';