linq-js-docs
Version:
use linq and lamdba in javascript
51 lines • 1.54 kB
JSON
{
"icon": "",
"code": "install",
"title": "安装",
"contents": [
{
"code": "addIn",
"title": "添加至项目",
"details": [
{
"type": "example",
"runtime": "Node JS",
"scripts": [
{
"type": "bash",
"script": "$ npm install --save linq-js"
}
]
},
{
"type": "example",
"runtime": "Bower",
"scripts": [
{
"type": "bash",
"script": "$ bower install js-linq"
}
]
}
]
},
{
"code": "require",
"title": "引入",
"details": [
{
"type": "example",
"scripts": [
{
"type": "javascript",
"script": "const Enumerable = require('linq-js');"
}
],
"remarks": [
"说明:本module依赖于ES6,建议项目在中使用ES6,以下案例中将均使用ES6写法"
]
}
]
}
]
}