lodash-helpers
v0.1.0
Published
Helpers for Lo-Dash and undercore templates.
Downloads
3,271
Maintainers
Readme
lodash-helpers
Helpers for Lo-Dash and undercore templates.
Install
Install with npm:
npm i lodash-helpers --save-dev
Usage
var lodashHelpers = require('lodash-helpers');
console.log(lodashHelpers('abc'));
//=> ['a', 'b', 'c'];
API
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on August 25, 2014.