Skip to content

name

Get the full name of a reference.

Signature

ts
class Reference {
  name(): string;
}

Returns

  • string

    Full name of a reference.

Errors

  • Error

    Throws error if the name is not valid utf-8.

Released under the MIT License.