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