Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/simpledb/mod.ts>SimpleDB#findOne

Simple JSON "database" for Deno.
Latest
method SimpleDB.prototype.findOne
import { SimpleDB } from "https://deno.land/x/simpledb@0.3.0/mod.ts";

Parameters

ob: object

Returns

Promise<any>