Interface DeclarationProvider

interface DeclarationProvider {
    provideDeclaration(model, position, token): undefined | Definition;
}

Methods