UNPKG

sqlocal

Version:

SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.

3 lines (2 loc) 165 B
import type { Statement } from '../types.js'; export declare function normalizeSql(maybeQueryTemplate: TemplateStringsArray | string, params: unknown[]): Statement;