mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
11 lines
446 B
Markdown
11 lines
446 B
Markdown
# underscore
|
|
[Source code of released version](https://github.com/meteor/meteor/tree/master/packages/underscore) | [Source code of development version](https://github.com/meteor/meteor/tree/devel/packages/underscore)
|
|
***
|
|
|
|
Underscore.js is a popular library that provides various utility functions to
|
|
simplify processing arrays, objects and functions.
|
|
|
|
To learn more about underscore, see
|
|
[the underscore project site](http://underscorejs.org/).
|
|
|