Method
isScriptNum
* Test whether object is a script number. * @param {Object} obj * @returns {Boolean}
(obj)
Source from the content-addressed store, hash-verified
| 249 | */ |
| 250 | |
| 251 | static isScriptNum(obj) { |
| 252 | return obj instanceof ScriptNum; |
| 253 | } |
| 254 | } |
| 255 | |
| 256 | /* |
Tested by
no test coverage detected