Statements (20)
Predicate | Object |
---|---|
gptkbp:instanceOf |
JavaScript function
|
gptkbp:category |
gptkb:Lang
|
gptkbp:documentation |
https://lodash.com/docs/4.17.15#isNumber
|
gptkbp:example |
_.isNumber('3'); // false
_.isNumber(3); // true |
https://www.w3.org/2000/01/rdf-schema#label |
lodash.isNumber
|
gptkbp:input |
any
|
gptkbp:introducedIn |
gptkb:Lodash_v0.1.0
|
gptkbp:output |
boolean
|
gptkbp:partOf |
gptkb:Lodash_library
|
gptkbp:result |
boolean
|
gptkbp:returnsFalseFor |
nan
object undefined array |
gptkbp:returnsTrueFor |
Infinity
nan |
gptkbp:usedFor |
checking if a value is a number
|
gptkbp:bfsParent |
gptkb:Lodash
|
gptkbp:bfsLayer |
5
|