index
:
mist
mane
Mist - Music streaming, reinvented
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
desktop
/
node_modules
/
boolean
/
build
/
lib
/
isBooleanable.d.ts
blob: d87ce7c6fa8739b4a37bf9188f7f19208630e97c (
plain
)
1
2
declare
const
isBooleanable
:
(
value
:
any
)
=>
boolean
;
export
{
isBooleanable
};