Skip to content

isTag

Check if a reference is a tag.

Signature

ts
class Reference {
  isTag(): boolean;
}

Returns

  • boolean

    Returns true if a reference is a tag.

Released under the MIT License.