0.0.1 • Published 5 years ago

@v8187/rs-utils v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

rs-utils

Utility methods / functions for JavaScript and Typescript projects

Install

$ npm install rs-utils

Include in your code

const utils = require('@v8187/rs-utils');

OR

const { toTitleCase } from '@v8187/rs-utils';

Documentation / Example

All examples will use ES6 pattern.

toTitleCase

const { toTitleCase } from '@v8187/rs-utils';

toTitleCase('the tAj MAhAl'); // The Taj Mahal

License

MIT