Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/stowrage/src/stowrage.ts>Stowrage#setValue

Stowre all the thing's you like
Latest
method Stowrage.prototype.setValue
import { Stowrage } from "https://deno.land/x/stowrage@v0.4.2/src/stowrage.ts";

Set the value of an entry via ID

Parameters

id: number
  • ID of the entry to change value of
options: ChangeValueOptions<unknown>
  • Extra options like key and value

Set the value of an entry via ID

Parameters

name: string
  • Name of the entry to change value of
options: ChangeValueOptions<unknown>
  • Extra options like key and value