Skip to content
This is an experimental feature.

BoundExcluded

See Range.

Import

import { BoundExcluded } from "@tai-kun/surrealdb/decodeonly-datatypes";
import { BoundExcluded } from "@tai-kun/surrealdb/encodable-datatypes";
import { BoundExcluded } from "@tai-kun/surrealdb/standard-datatypes";

.constructor()

Creates a new BoundExcluded object.

new BoundExcluded(source: unknown);

Arguments

source

To be investigated.

Return Value

When called with new, BoundExcluded returns its instance.

.value instance property >=decode-only

To be investigated.