@groww-tech/ella
Version:
Ella is a utility-belt library for JavaScript that provides general purpose methods used in day to day programming.
31 lines (19 loc) ⢠880 B
Markdown
# ella
[](https://www.npmjs.com/package/@groww-tech/ella)
[](https://bundlephobia.com/package/@groww-tech/ella)

<br/>
Ella is a utility-belt library for JavaScript that provides general purpose methods used in day to day programming.
### Installation
```
npm i @groww-tech/ella
```
### API
Ella has a pretty straight forward API usage.
```
import { toTitleCase } from '@groww-tech/ella';
console.log(toTitleCase('Enter SIP amount')); // Ouput - Enter Sip Amount
```
š[Complete API Documentation](https://groww.github.io/webster/)
## License
Ella is licensed under a [MIT License](./LICENSE).