Skip to content

isNote

Check if a reference is a note.

Signature

ts
class Reference {
  isNote(): boolean;
}

Returns

  • boolean

    Returns true if a reference is a note.

Released under the MIT License.