Sign in
chromium
/
devtools
/
devtools-frontend
/
5dfb21679dc5d9affc8a50122a3e245ff69f1d08
/
.
/
node_modules
/
is-boolean-object
/
index.d.ts
blob: 285f869a4ca7215312b744bdb5d7c524c69c38fe [
file
]
declare
function
isBooleanObject
(
value
:
unknown
):
value
is
boolean
|
Boolean
;
export
=
isBooleanObject
;