Skip to content

path

Get the full path to the index file on disk.

Signature

ts
class Index {
  path(): string | null;
}

Returns

  • null | string

    Returns null if this is an in-memory index.

Released under the MIT License.