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 11## linq
22This is a javascript implementation of the .NET [ LINQ] ( https://msdn.microsoft.com/en-us/library/bb308959.aspx ) library.
33
4- It contains all the origial .NET methods plus additional ones .
4+ It contains all the original .NET methods plus a few additions .
55
66### Installation
77
Original file line number Diff line number Diff line change 111111
112112 hasNativeIteratorSupport : function ( ) {
113113 return typeof Symbol !== 'undefined' && typeof Symbol . iterator !== 'undefined' ;
114- } ,
114+ }
115115 } ;
116116
117117 // IEnumerator State
Original file line number Diff line number Diff line change 22 "name" : " linq" ,
33 "author" : " Mihai Ciuraru <mihaixc@gmail.com>" ,
44 "description" : " linq.js - LINQ for JavaScript library packaged for node.js" ,
5- "version" : " 3.1.1 " ,
5+ "version" : " 3.2.0 " ,
66 "homepage" : " https://github.com/mihaifm/linq" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments