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

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

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

Fetch entry by name

Parameters

name: string
  • Name of the entry you want to fetch

Returns

DataBase<DataType>
  • Returns the entry that matches the name or throws