Interface GitLocator

interface GitLocator {
    locate(path, options): Promise<string[]>;
}

Hierarchy

  • Disposable
    • GitLocator

Implemented by

Methods

Methods