Skip to content

paulsohal1981/underscore.d.ts

Repository files navigation

underscore.d.ts

This is a typescript definitions file for underscore-1.4.4.js.

This definitions file can be found on https://github.com/borisyankov/DefinitelyTyped as underscore-typed.d.ts and additionally includes chained method support as well as jsdoc comments, this does make the definitions file considerably larger than the underscore.d.ts that is also available.

Change log

v1.4.4 - 2013/06/28

  • Updated to TypeScript v0.9.
  • Added Generics Support

v1.4.4 - 2013/02/10

  • Added _.findWhere, for finding the first element in a list that matches a particular set of keys and values.
  • Added _.partial, for partially applying a function without changing its dynamic reference to this.

v1.4.3 - 2013/02/10

  • The uniq function can now take array, iterator, context as the argument list.
  • The times function now returns the mapped array of iterator results.

v1.4.2

Initial version

License

underscore-1.4.4.d.ts may be freely distributed under the MIT license.

Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/underscore.d.ts

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

underscore.js definitions for typescript

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors