function reconciliateTypesimport { reconciliateTypes } from "https://dotland.deno.dev/x/pg_mem@3.0.3/datatypes/index.ts"; reconciliateTypes(values: IValue[],nullIfNoMatch?: false,stricterType?: boolean,): _ITypeFinds a common type by implicit conversion reconciliateTypes(values: IValue[],nullIfNoMatch: true,stricterType?: boolean,): _IType | nilreconciliateTypes(values: IValue[],nullIfNoMatch?: boolean,stricterType?: boolean,): _IType | nilFinds a common type by implicit conversion Parametersvalues: IValue[]optionalnullIfNoMatch: falseoptionalstricterType: booleanReturns_ITypeParametersvalues: IValue[]nullIfNoMatch: trueoptionalstricterType: booleanReturns_IType | nilParametersvalues: IValue[]optionalnullIfNoMatch: booleanoptionalstricterType: booleanReturns_IType | nil