UNPKG

immudb-node

Version:

Node.js SDK for immudb written in TypeScript

4 lines (3 loc) 176 B
import * as schemaTypes from './proto/schema_pb'; import { SQLValue } from '../types/parameters'; export declare const getSQLValue: (value?: SQLValue) => schemaTypes.SQLValue;