Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pg_mem/datatypes/index.ts>reconciliateTypes

An in memory postgres DB instance for your unit tests
Go to Latest
function reconciliateTypes
import { reconciliateTypes } from "https://deno.land/x/pg_mem@2.6.13/datatypes/index.ts";

Finds a common type by implicit conversion

Parameters

values: IValue[]
optional
nullIfNoMatch: false

Parameters

values: IValue[]
nullIfNoMatch: true

Parameters

values: IValue[]
optional
nullIfNoMatch: boolean