Part of the lingo docs (natural-language quantities, units, dates parser) — index: https://lingo.pascal.app/llms.txt

## Install

Zero runtime dependencies. React is optional for the `@pascal-app/lingo/react` entry.

- npm: `npm install @pascal-app/lingo`
- pnpm: `pnpm add @pascal-app/lingo`
- yarn: `yarn add @pascal-app/lingo`
- bun: `bun add @pascal-app/lingo`

Import from the entry that matches your runtime — every entry is tree-shakeable.

Human docs: https://lingo.pascal.app/docs#installation