Skip to content

BinaryStateTree.create

Creates a new Binary State Tree instance.

Imports

Named
import { BinaryStateTree } from 'ox'

Examples

import { BinaryStateTree } from 'ox'
 
const tree = BinaryStateTree.create()

Definition

function create(): BinaryStateTree

Source: src/core/BinaryStateTree.ts

Return Type

A Binary State Tree.

BinaryStateTree.BinaryStateTree