File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## linq
2
2
This is a javascript implementation of the .NET [ LINQ] ( https://msdn.microsoft.com/en-us/library/bb308959.aspx ) library.
3
3
4
- It contains all the origial .NET methods plus additional ones .
4
+ It contains all the original .NET methods plus a few additions .
5
5
6
6
### Installation
7
7
Original file line number Diff line number Diff line change 111
111
112
112
hasNativeIteratorSupport : function ( ) {
113
113
return typeof Symbol !== 'undefined' && typeof Symbol . iterator !== 'undefined' ;
114
- } ,
114
+ }
115
115
} ;
116
116
117
117
// IEnumerator State
Original file line number Diff line number Diff line change 2
2
"name" : " linq" ,
3
3
"author" : " Mihai Ciuraru <mihaixc@gmail.com>" ,
4
4
"description" : " linq.js - LINQ for JavaScript library packaged for node.js" ,
5
- "version" : " 3.1.1 " ,
5
+ "version" : " 3.2.0 " ,
6
6
"homepage" : " https://github.com/mihaifm/linq" ,
7
7
"repository" : {
8
8
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments