linq-js-docs
Version:
use linq and lamdba in javascript
67 lines • 2.53 kB
JSON
{
"histroys": [
{
"since": "2.1.15",
"overloads": [
{
"parameters": [
{
"name": "key",
"types": [
"any"
],
"descriptions": [
"用于查找的键"
]
},
{
"name": "comparer",
"types": [
"function",
"string",
"symbol",
"number"
],
"defaultValue": "defaultSameComparer",
"descriptions": [
"用于对键进行比较相等比较器"
],
"declare": {
"returns": {
"type": "boolean"
},
"parameters": [
{
"name": "element",
"types": [
"any"
]
},
{
"name": "other",
"types": [
"any"
]
}
]
}
}
],
"returns": {
"type": "any",
"descriptions": [
"键所对应的值"
]
},
"description": "通过指定的相等比较器查找指定键对应的值",
"sees": [
{
"apis": "Enumerable.comparers",
"property": "same"
}
]
}
]
}
]
}