Skip to content
PACKAGES

readThroughKv()

Alias for callers that prefer loader-oriented naming.

import { readThroughKv } from "@graphrefly/ts/storage";
function readThroughKv(opts: TieredReadThroughOptions<T>): Promise<TieredReadThroughResult<T>>
ParameterTypeDescription
optsTieredReadThroughOptions<T>Options that configure the helper.

A Promise<TieredReadThroughResult<T>> value.

import { readThroughKv } from "@graphrefly/ts/storage";

packages/ts/src/storage/read-through.ts