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