constant: isTypedArray
{
"comment": "/**\r\n * Checks if `value` is classified as a typed array.\r\n *\r\n * @since 3.0.0\r\n * @category Lang\r\n * @param {*} value The value to check.\r\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\r\n * @example\r\n *\r\n * isTypedArray(new Uint8Array)\r\n * // => true\r\n *\r\n * isTypedArray([])\r\n * // => false\r\n */",
"meta": {
"range": [
681,
844
],
"filename": "isTypedArray.js",
"lineno": 25,
"path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\lodash\\lodash-repo",
"code": {
"id": "astnode100005353",
"name": "isTypedArray",
"type": "ConditionalExpression",
"value": ""
}
},
"description": "Checks if `value` is classified as a typed array.",
"since": "3.0.0",
"tags": [
{
"originalTitle": "category",
"title": "category",
"text": "Lang",
"value": "Lang"
}
],
"params": [
{
"type": {
"names": [
"*"
]
},
"description": "The value to check.",
"name": "value"
}
],
"returns": [
{
"type": {
"names": [
"boolean"
]
},
"description": "Returns `true` if `value` is a typed array, else `false`."
}
],
"examples": [
"isTypedArray(new Uint8Array)\r// => true\r\risTypedArray([])\r// => false"
],
"name": "isTypedArray",
"longname": "isTypedArray",
"kind": "constant",
"scope": "global",
"___id": "T000002R000506",
"___s": true,
"filepath": "isTypedArray.js"
}