Method
isScript
* Test whether an object a Script. * @param {Object} obj * @returns {Boolean}
(obj)
Source from the content-addressed store, hash-verified
| 3319 | */ |
| 3320 | |
| 3321 | static isScript(obj) { |
| 3322 | return obj instanceof Script; |
| 3323 | } |
| 3324 | } |
| 3325 | |
| 3326 | /** |
Tested by
no test coverage detected