0.0.1 • Published 7 years ago
@v8187/rs-utils v0.0.1
rs-utils
Utility methods / functions for JavaScript and Typescript projects
Install
$ npm install rs-utilsInclude in your code
const utils = require('@v8187/rs-utils');OR
const { toTitleCase } from '@v8187/rs-utils';Documentation / Example
All examples will use
ES6pattern.
toTitleCase
const { toTitleCase } from '@v8187/rs-utils';
toTitleCase('the tAj MAhAl'); // The Taj Mahal