https://github.com/jbaldwin/) => 404
https://github.com/jbaldwin/ => works
Removed header comments, Object bugs
Removed all Object function signatures, typescript does not coerce down
to Object from a custom class implementation. Just using any moving
forward.
Fixed issues chaining on OOP wrappers.
Fixed issue with lastIndexOf(), the isSorted? bool was incorrect,
changed to from? number.
Added isEmpty() typing for arrays.
Added clone() typing for arrays.
Fixed bugs by using Tests/underscore-tests.ts
Revert "Fixed github links in README"
This reverts commit b70907594e2364f81af0e887042b874c18397a80.
Fixed links in README
Did not affect non-ASCII chars (github editor is apparently not so
friendly)