fix(GitRepo): add diff function
This commit is contained in:
@@ -12,6 +12,7 @@ import * as smartstring from '@push.rocks/smartstring';
|
||||
export { smartenv, smartfile, smartpath, smartpromise, smartstring };
|
||||
|
||||
// third party
|
||||
import * as diff from 'diff';
|
||||
import isomorphicGit from 'isomorphic-git';
|
||||
|
||||
export { isomorphicGit };
|
||||
export { diff, isomorphicGit };
|
||||
|
||||
Reference in New Issue
Block a user