lodash-helpers

Helpers for Lo-Dash and undercore templates.

Usage no npm install needed!

<script type="module">
  import lodashHelpers from 'https://cdn.skypack.dev/lodash-helpers';
</script>

README

lodash-helpers NPM version

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.