isCanPush: {
    dryRun: ((cwd) => Promise<boolean>);
} = ...

Type declaration

  • dryRun: ((cwd) => Promise<boolean>)
      • (cwd): Promise<boolean>
      • check if can be pushed

        Parameters

        • cwd: string

        Returns Promise<boolean>