Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mustring

dfcreative114unlicense1.0.0

Strings micro toolkit

string, dashed, camel, upper, lower, capfirst

readme

μString Build Status Code Climate

Micro string utils:

  • capfirst
  • dashed
  • camel
  • prefix(a, pfx) - add prefix
  • unprefix(a, pfx) - remove prefix

You can require selectively as require('mustring/<method>')

NPM