Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
node_modules
/
diff
/
libcjs
/
util
/
array.d.ts
blob: 380c16f2cf0207a0031e94eb884ca982f9b7f998 [
file
] [
edit
]
export
declare
function
arrayEqual
(
a
:
any
[],
b
:
any
[]):
boolean
;
export
declare
function
arrayStartsWith
(
array
:
any
[],
start
:
any
[]):
boolean
;
//# sourceMappingURL=array.d.ts.map