Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/mod.ts>TpyKV#putArrayBuffer

🔑 A strongly typed Pylon API client.
Latest
method TpyKV.prototype.putArrayBuffer
import { TpyKV } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";

Sets the value of a given key within the key-value store.

Parameters

key: string

The key to set.

value: ArrayBuffer

The value to set.

optional
options: KV.OperationOptions.Put