Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Values

import type { Values } from "https://raw.githubusercontent.com/crabmusket/deno_sqlite_plugin/master/src/mod.ts";
type Values = Array<Value>;

§Type