@argantom/argantom
    Preparing search index...

    Implements

    Index

    Methods

    Methods

    • Delete an item from the store.

      Parameters

      • key: string

      Returns Promise<void>

    • Get an item from the store.

      Parameters

      • key: string

      Returns Promise<Uint8Array<ArrayBuffer> | null>

    • List items in the store.

      Returns Promise<string[]>

    • Set an item in the store.

      Parameters

      • key: string
      • val: Uint8Array<ArrayBuffer>

      Returns Promise<void>