Generic typescript utilities built with simplicity in mind
npm install @giraugh/tools

Generic typescript utilities built with simplicity in mind.
Yarn
``bash`
yarn add @giraugh/tools
PNPM
`bash`
pnpm add @giraugh/tools
NPM
`bash`
npm install @giraugh/tools
`ts
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