https://github.com/tamino-martinius/meteor-handlebars-underscore
https://github.com/tamino-martinius/meteor-handlebars-underscore
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tamino-martinius/meteor-handlebars-underscore
- Owner: tamino-martinius
- License: mit
- Created: 2014-02-22T23:01:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T14:47:02.000Z (about 7 years ago)
- Last Synced: 2025-01-06T03:22:08.411Z (4 months ago)
- Language: HTML
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handlebars-underscore
[](https://travis-ci.org/tamino-martinius/meteor-handlebars-underscore)
This Version is depricated with meteor 0.8.0 - see [ui-underscore](https://github.com/tamino-martinius/meteor-ui-underscore) for a 0.8.0 compatible version
Port of some underscore-js functions for handlebars.
## Compare
```js
$ne
$eq
$gt
$gte
$lt
$lte
```## Collections
```js
$contains
$indexOf
$lastIndexOf
$min
$max
$first
$last
$flatten
$compact
$intersection
$difference
```## Objects
```js
$keys
$values
$pairs
$invert
$functions
$pick
$omit
$has
```