UNPKG

@sprit/console-tag

Version:
6 lines (5 loc) 186 B
interface Cb { (err: Error | null, output: string): void; } export default function (gitWorkTree: string | undefined, command: string, callback?: Cb): string | null; export {};