Interface GitLocateOptions

interface GitLocateOptions {
    maxCount?: number;
}

Properties

Properties

maxCount?: number