alexharri / beygla

Tiny (5kB gzipped) declension helper for Icelandic names.
MIT License
28 stars 2 forks source link

Add 'beygla/addresses' #17

Closed alexharri closed 4 months ago

alexharri commented 4 months ago

Closes #16

Adds beygla/addresses module:

import { applyCase } from "beygla/addresses";

applyCase("þf", "Rauðalækur 63");
//=> "Rauðalæk 63"

See #16 for more information on the motivation and implementation.