drupflare/worker - v1.0.0
    Preparing search index...

    Interface StorageLike

    ctx.storage, narrowed to the one call that makes a chunk atomic with its cursor.

    interface StorageLike {
        transactionSync<T>(cb: () => T): T;
    }
    Index