/koco-string-utilities

String utilities to be used with a koco project.

Primary LanguageJavaScriptMIT LicenseMIT

koco-string-utilities

String utilities to be used with a KOCO project.

See API reference

Installation

bower install koco-string-utilities

Usage with KOCO

This is a shared module that is used in many other module. The convention is to configure an alias in the require.configs.js with the name string-utilities like so:

paths: {
  ...
  'string-utilities': 'bower_components/koco-string-utilities/src/string-utilities'
  ...
}