Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
data-view-byte-length
/
index.d.ts
blob: ba6dc420135cba49871ad2b231092582750d9aad [
file
] [
log
] [
blame
] [
edit
]
declare
function
dataViewByteLength
(
value
:
DataView
):
number
;
declare
function
dataViewByteLength
(
value
:
unknown
):
never
;
export
=
dataViewByteLength
;