Home

constant: isSet


  {
    "comment": "/**\r\n * Checks if `value` is classified as a `Set` object.\r\n *\r\n * @since 4.3.0\r\n * @category Lang\r\n * @param {*} value The value to check.\r\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\r\n * @example\r\n *\r\n * isSet(new Set)\r\n * // => true\r\n *\r\n * isSet(new WeakSet)\r\n * // => false\r\n */",
    "meta": {
        "range": [
            495,
            638
        ],
        "filename": "isSet.js",
        "lineno": 22,
        "path": "C:\\Users\\beaujeup\\projects\\jsdoc-template\\examples\\lodash\\lodash-repo",
        "code": {
            "id": "astnode100005229",
            "name": "isSet",
            "type": "ConditionalExpression",
            "value": ""
        }
    },
    "description": "Checks if `value` is classified as a `Set` object.",
    "since": "4.3.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 set, else `false`."
        }
    ],
    "examples": [
        "isSet(new Set)\r// => true\r\risSet(new WeakSet)\r// => false"
    ],
    "name": "isSet",
    "longname": "isSet",
    "kind": "constant",
    "scope": "global",
    "___id": "T000002R000496",
    "___s": true,
    "filepath": "isSet.js"
}