Skip to content

write

Write an existing index object from memory back to disk using an atomic file lock.

Signature

ts
class Index {
  write(): void;
}

Released under the MIT License.