UNPKG

151 BTypeScriptView Raw
1import type { SimpleGit } from '../../../typings';
2export default function (): Pick<SimpleGit, 'checkout' | 'checkoutBranch' | 'checkoutLocalBranch'>;