Sign in
chromium
/
devtools
/
devtools-frontend
/
94dc37339cc2ca6d3c8cb421ca686bc360efcb15
/
.
/
node_modules
/
table
/
dist
/
src
/
stringifyTableData.d.ts
blob: 5c1270bec5706ed2b68099e0921eba7084c0e030 [
file
]
import
type
{
Row
}
from
'./types/internal'
;
export
declare
const
stringifyTableData
:
(
rows
:
unknown
[][])
=>
Row
[];