How to use the isNumber function from util
Find comprehensive JavaScript util.isNumber code examples handpicked from public code repositorys.
49 50 51 52 53 54 55 56 57 58
// true ``` <div id="isNumber" class="anchor"></div> ## util.isNumber(object) > 稳定度:0 - 已废弃 如果给定的 'object' 是 `Number`,返回 `true`。否则,返回 `false`。
21
99
2
+ 3 other calls in file
util.promisify is the most popular function in util (378 examples)