Sign in
chromium
/
devtools
/
devtools-frontend
/
4e4bf88d736e8fbd0d18efda5b4eed094a25b79b
/
.
/
node_modules
/
table
/
dist
/
src
/
stringifyTableData.d.ts
blob: a29cf1e4eaf42c7742ddd2f8ee58c4402a0d0fc7 [
file
]
import
type
{
Row
}
from
'./types/internal'
;
export
declare
const
stringifyTableData
:
(
rows
:
ReadonlyArray
<
readonly
unknown
[]>)
=>
Row
[];