2.0.1 • Published 2 months ago

frominto v2.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
2 months ago

frominto

npm

🇫🇮 Finnish language is hard. We come from "Mäntyharjulta" or "Hiekkaharjusta". We spend our time "Lahdessa" or "Kesälahdella". This library features more than 90 conjugation rules (elative, inessive, illative and genitive cases), 132 automated tests and pinch of awesomeness ✨

This project is based on the work of Antti Kosonen which haven't updated since 2016. Many new features have been added in this fork!

Usage

import { strictEqual } from 'assert/strict'
import { From, In, To, Via, frominto } from 'frominto'

// Method 1
strictEqual(From('Helsinki'), 'Helsingistä')
strictEqual(In('Helsinki'), 'Helsingissä')
strictEqual(To('Helsinki'), 'Helsinkiin')
strictEqual(Via('Helsinki'), 'Helsingin')

// Method 2
const cityConjugations = frominto('Helsinki')
strictEqual(cityConjugations.from, 'Helsingistä')
strictEqual(cityConjugations.in, 'Helsingissä')
strictEqual(cityConjugations.to, 'Helsinkiin')
strictEqual(cityConjugations.via, 'Helsingin')

Contributions

Contributions are welcome and greatly appreciated ☺️

  1. Write a test case in test/index.ts
  2. Write a rule in index.ts in the appropriate line
  3. Make the pull request! 💪
2.0.1

2 months ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago