A11 TypeScript API - v0.2.1
    Preparing search index...

    Type Alias ChunkStoreFactory

    ChunkStoreFactory: (
        nodeId: string,
    ) => StatusOr<ChunkStore> | Promise<StatusOr<ChunkStore>>

    Creates the backing log when a NodeMap first sees a node id.

    Type Declaration