Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
smob
/
dist
/
utils
/
check.d.ts
blob: ba29f0789b24d68d872117634dbcf9e4079c890d [
file
] [
log
] [
blame
]
export
declare
function
isObject
(
item
:
unknown
):
item
is
Record
<
string
,
any
>;
export
declare
function
isSafeKey
(
key
:
string
):
boolean
;
export
declare
function
isEqual
(
x
:
any
,
y
:
any
):
boolean
;