Skip to content
Sheetwrite

Sheetwrite / Documentation

BoundaryDirection@sheetwrite/core

Direction of a measured JS/WASM boundary crossing.

Direction of a measured JS/WASM boundary crossing.

Declaration

export type BoundaryDirection = "js-to-wasm" | "wasm-to-js";