UNPKG

sqlite-gui-node

Version:
5 lines (4 loc) 258 B
import type { DataItem } from "../types"; export declare const isEmpty: (value: string | number | null | undefined) => boolean; export declare const quoteValue: (item: DataItem) => string; export declare const quoteColumn: (columnOrTable: string) => string;