Type alias GitObserver

GitObserver: ((args, output) => void)

Type declaration

    • (args, output): void
    • Observes the git operations called from git() or gitFailFast()

      Parameters

      Returns void

Generated using TypeDoc