Skip to content

v8187/rs-utils

Repository files navigation

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

Releases

No releases published

Packages

No packages published