UNPKG

sqlocal

Version:

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

3 lines (2 loc) 185 B
import type { ClientConfig } from '../types.js'; export declare function mutationLock<T>(mode: LockMode, bypass: boolean, config: ClientConfig, mutation: () => Promise<T>): Promise<T>;