Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method Bucket.prototype.put
import { Bucket } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts";

Parameters

k: string
data: Payload
optional
opts: Partial<KvPutOptions> = [UNSUPPORTED]

Returns

Promise<number>