Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/collections/mod.ts>KeyworkDocumentReference#putValue

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
method KeyworkDocumentReference.prototype.putValue
Re-export
import { KeyworkDocumentReference } from "https://deno.land/x/keywork@v6.2.1/collections/mod.ts";

Overwrites the entire entity if it already exists, and creates a new resource if it doesn’t exist.

Type Parameters

optional
E = ExpectedType

Parameters

nextValue: Partial<E>
optional
putOptions: PutOrPatchOptions