UNPKG

@dapplion/benchmark

Version:

Ensures that new code does not introduce performance regressions with CI. Tracks:

6 lines 252 B
import { Opts } from "../types.js"; /** * Return a cached value of a best guess of the repo's default branch */ export declare function getDefaultBranch(opts?: Pick<Opts, "defaultBranch">): Promise<string>; //# sourceMappingURL=defaultBranch.d.ts.map