🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

handlebars-helper-inarray

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handlebars-helper-inarray

Handlebars helper. Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

handlebars-helper-inarray NPM version

Handlebars helper. Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

Install

Install with npm:

npm i handlebars-helper-inarray --save

Usage

var inArray = require('in-array');
var Handlebars = require('handlebars');
Handlebars.registerHelper('inArray', inArray);

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license

This file was generated by verb-cli on June 26, 2014.

Keywords

docs

FAQs

Package last updated on 26 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts