UNPKG

alinea

Version:
8 lines (7 loc) 219 B
import PLazy from 'p-lazy'; export declare function execGit(cwd: string, args: string[]): Promise<string>; export declare function gitUser(cwd: string): PLazy<{ name: string; email: string; sub: string; }>;