BoundIncluded
See Range
.
Import
import { BoundIncluded } from "@tai-kun/surrealdb/decodeonly-datatypes";import { BoundIncluded } from "@tai-kun/surrealdb/encodable-datatypes";import { BoundIncluded } from "@tai-kun/surrealdb/standard-datatypes";
.constructor()
Creates a new BoundIncluded
object.
new BoundIncluded(source: unknown);
Arguments
source
Under investigation.
Return Value
When called via new
, BoundIncluded
returns its instance.
.value
instance property >=decode-only
Under investigation.