Sign in
chromium
/
devtools
/
devtools-frontend
/
489a98e404f5d66147b8a95dd67f111cec52fa6e
/
.
/
node_modules
/
data-view-byte-length
/
index.d.ts
blob: ba6dc420135cba49871ad2b231092582750d9aad [
file
]
declare
function
dataViewByteLength
(
value
:
DataView
):
number
;
declare
function
dataViewByteLength
(
value
:
unknown
):
never
;
export
=
dataViewByteLength
;