Sign in
chromium
/
devtools
/
devtools-frontend
/
9ba4749006bf57967e446ffa9fbb66dc0ff7ff8d
/
.
/
node_modules
/
table
/
dist
/
src
/
validateTableData.d.ts
blob: 84dac05a80063037621e9bc5d9ddc73e94365685 [
file
]
export
declare
const
validateTableData
:
(
rows
:
unknown
[][])
=>
void
;