Skip to content
Sheetwrite

Sheetwrite / Documentation

createRowBridge@sheetwrite/core/adapter

Create a typed bridge while preserving row and identity inference.

Create a typed bridge while preserving row and identity inference.

Declaration

function createRowBridge<
Row extends Record<string, CellScalar>,
Id extends RowBridgeId = RowBridgeId,
>(options: RowBridgeOptions<Row, Id>): RowBridge<Id>