Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function wrapSqlFunction
import { wrapSqlFunction } from "https://deno.land/x/sqlite@v3.7.1/src/function.ts";

Parameters

wasm: Wasm
name: string

Returns

(argc: number) => void