@v8187/rs-utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i @v8187/rs-utils

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

26.4 kB

Total Files

15

Last publish

Collaborators

  • vikram1vicky