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

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

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

Get the first entry that matches your filter

Parameters

func: Predicate<DataBase<DataType>>
  • FilterFunction

Returns

DataBase<DataType> | undefined
  • Returns first match found or undefined if no match is found