Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pg_mem/datatypes/datatype-base.ts>TypeBase#_convert

An in memory postgres DB instance for your unit tests
Go to Latest
method TypeBase.prototype._convert
import { TypeBase } from "https://deno.land/x/pg_mem@2.6.3/datatypes/datatype-base.ts";

Parameters

a: IValue<TRaw>
_to: _IType<any>
perform: (a: Evaluator, to: _IType) => Evaluator<any> | nil