@sqlrooms/cells / normalizeCellDependencies
Function: normalizeCellDependencies()
normalizeCellDependencies(
result):CellDependencies
Normalizes the result of findDependencies to a CellDependencies object. Accepts either the legacy string[] (cell IDs only) or the new CellDependencies shape.
Parameters
| Parameter | Type |
|---|---|
result | string[] | CellDependencies |
