UNPKG

@dappnode/dappnodesdk

Version:

dappnodesdk is a tool to make the creation of new dappnode packages as simple as possible. It helps to initialize and publish in ethereum blockchain

6 lines (5 loc) 189 B
import { Github } from "../../../../providers/github/Github.js"; export declare function isBranchNew({ branchName, repo }: { branchName: string; repo: Github; }): Promise<boolean>;