Skip to main content
Module

x/casualdb/mod.ts>CollectionOperator#findByIdAndUpdate

Simple JSON "database" for Deno with type-safety! ⚡️
Latest
method CollectionOperator.prototype.findByIdAndUpdate
import { CollectionOperator } from "https://deno.land/x/casualdb@v0.1.4/mod.ts";

Parameters

id: string | number
updateMethod: (value: Op) => Op