UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

13 lines (11 loc) 225 B
var noCase = require('no-case') /** * Param case a string. * * @param {string} value * @param {string} [locale] * @return {string} */ module.exports = function (value, locale) { return noCase(value, locale, '-') }