Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Latest
interface AggregateFunctionOptions
implements FunctionOptions
import { type AggregateFunctionOptions } from "https://deno.land/x/libpkgx@v0.18.1/vendor/sqlite3@0.10.0/mod.ts";

Properties

start: any | (() => any)
step: (aggregate: any, ...args: any[]) => void
optional
final: (aggregate: any) => any