method Data.build
Data.build(
path,
statement
)

Builder for Data instructions.

Parameters

path

The path of the data container.

statement

An instruction or data value.

Return Type

Throws

Error

Usage

import { Data } from ".";