UNPKG

@useorbis/db-sdk

Version:

Orbis' Typescript SDK for building open-data experiences.

6 lines (5 loc) 269 B
/** * Taken from https://github.com/brianc/node-postgres/blob/master/packages/pg/lib/utils.js */ export declare const escapeId: (value: string) => string; export declare const escape: (value: string | number | boolean | bigint) => string | number | bigint | boolean;