Options
All
  • Public
  • Public/Protected
  • All
Menu

@groww-tech/ella

!!! The repo has been migrated to webster

ella GitHub license GitHub issues npm version Gzip Size GitHub Workflow Status

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

License

Ella is licensed under a MIT License.

Generated using TypeDoc