UNPKG

eas-cli

Version:
8 lines (7 loc) 292 B
import { Client } from '../vcs'; export default class NoVcsClient extends Client { getRootPathAsync(): Promise<string>; makeShallowCopyAsync(destinationPath: string): Promise<void>; isFileIgnoredAsync(filePath: string): Promise<boolean>; canGetLastCommitMessage(): boolean; }