UNPKG

simple-git

Version:

Simple GIT interface for node.js

3 lines (2 loc) 151 B
import type { SimpleGit } from '../../../typings'; export default function (): Pick<SimpleGit, 'checkout' | 'checkoutBranch' | 'checkoutLocalBranch'>;