Generic typescript utilities built with simplicity in mind.
Yarn
yarn add @giraugh/tools
PNPM
pnpm add @giraugh/tools
NPM
npm install @giraugh/tools
import { pluralize } from '@giraugh/tools'
pluralize('cake', 2) === 'cakes'
Docs are auto generated based on TSDoc comments. See the full API docs above for a list of tools and constants you can use.
If you find an issue or want to request a feature, please create an issue.
Refer to the Contributing Guide for details on local development and contributing to this project.
@giraugh/tools
is licensed under MIT