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