Skip to content

noteDefaultRef

Get the default notes reference for this repository

Signature

ts
class Repository {
  noteDefaultRef(): string;
}

Returns

  • string

    The default notes reference.

Released under the MIT License.