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

x/tpy/mod.ts>TpyKV#getArrayBuffer

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

Gets a key's value - returning the value or undefined.

Parameters

key: string

The Key to get.

Returns

Promise<ArrayBuffer | undefined>