Type alias ResolveRefParams

ResolveRefParams: {
    dir: string;
    fs: FsClient;
    ref: string;
    depth?: number;
    gitdir?: string;
}

Type declaration

  • dir: string

    The working tree directory path.

  • fs: FsClient

    A file system client.

  • ref: string

    The ref to resolve.

  • Optional depth?: number

    How many symbolic references to follow before returning.

  • Optional gitdir?: string

    The git directory path (default: {dir}/.git).

Generated using TypeDoc