Module

x/pg_mem/interfaces-private.ts>IEquivalentType

An in memory postgres DB instance for your unit tests
Go to Latest
interface IEquivalentType
import { type IEquivalentType } from "https://dotland.deno.dev/x/pg_mem@2.6.3/interfaces-private.ts";

A type definition that is equivalent to another type

Properties

readonly
name: string

Type name

readonly
equivalentTo: DataType | IType

Which underlying type is it equivalent to ?

Methods

isValid(value: any): boolean

Is this value valid ?