8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
export * from '../npmci.plugins';
|
|
|
|
import * as smartgit from '@pushrocks/smartgit';
|
|
|
|
export {
|
|
smartgit
|
|
};
|