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

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

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

Fetch entry by ID

Parameters

id: number
  • ID of the entry you want to fetch

Returns

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