UNPKG

git-command-helper

Version:
6 lines (5 loc) 181 B
export * from "./index-exports"; export * as ext from "./index-exports"; import { git } from "./git"; export { git, git as gitCommandHelper, git as gitHelper }; export default git;