Interface AutoKeyMapPutBatch<K, V>

Batch put API for a AutoKeyMap.

interface AutoKeyMapPutBatch {
    putMany(values, options?): MaybeAsyncIterableIterator<[key: K, error?: Error]>;
}

Type Parameters

Hierarchy

Methods

Methods

Generated using TypeDoc