Random triples
Subject | Object |
---|---|
gptkb:lodash.isArray | value is an array |
gptkb:lodash.isObjectLike | value is not null and typeof value is 'object' |
gptkb:lodash.isLength | value is a non-negative integer less than or equal to Number.MAX_SAFE_INTEGER |
gptkb:Array.prototype.includes | array contains searchElement |