We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba9290 commit 4a8f4e0Copy full SHA for 4a8f4e0
README.md
@@ -10,7 +10,7 @@ for ( let k of itertools.range( left , pivot , 1 ) ) predicate( array[k] ) ; //
10
for ( let k of itertools.range( pivot , right , 1 ) ) predicate( array[k] ) ; // 1
11
```
12
13
-[](https://raw.githubusercontent.com/aureooms/js-splitting/master/LICENSE)
+[](https://raw.githubusercontent.com/aureooms/js-splitting/master/LICENSE)
14
[](https://www.npmjs.org/package/@aureooms/js-splitting)
15
[](http://bower.io/search/?q=@aureooms/js-splitting)
16
[](https://travis-ci.org/aureooms/js-splitting)
0 commit comments