fix(GitRepo): add diff function

This commit is contained in:
2024-06-22 02:44:19 +02:00
parent a2485560b3
commit e8c3d3c44f
6 changed files with 5100 additions and 3735 deletions

View File

@@ -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 };