Statements (18)
Predicate | Object |
---|---|
gptkbp:instanceOf |
JavaScript function
|
gptkbp:availableOn |
gptkb:Lodash_core
|
gptkbp:category |
gptkb:Lang
|
gptkbp:documentation |
https://lodash.com/docs/#isBoolean
|
gptkbp:example |
_.isBoolean(false) // => true
_.isBoolean(null) // => false |
https://www.w3.org/2000/01/rdf-schema#label |
lodash.isBoolean
|
gptkbp:introducedIn |
gptkb:Lodash_v0.1.0
|
gptkbp:npmPackage |
gptkb:lodash
gptkb:lodash.isboolean |
gptkbp:parameter |
value
|
gptkbp:partOf |
gptkb:Lodash
|
gptkbp:repository |
https://github.com/lodash/lodash
|
gptkbp:result |
false if value is not boolean
true if value is boolean |
gptkbp:usedFor |
checking if a value is a boolean
|
gptkbp:bfsParent |
gptkb:Lodash
|
gptkbp:bfsLayer |
5
|