Skip to content

symbolicTarget

Get full name to the reference pointed to by a symbolic reference.

Only available if the reference is symbolic.

Signature

ts
class Reference {
  symbolicTarget(): string | null;
}

Returns

  • null | string

    Full name of the reference pointed to by a symbolic reference.

Released under the MIT License.