Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Latest
method Statement.prototype.value
import { Statement } from "https://deno.land/x/libpkgx@v0.18.1/vendor/sqlite3@0.10.0/src/statement.ts";

Fetch only first row as an array, if any.

Type Parameters

T extends Array<unknown>

Returns

T | undefined