UNPKG

taraskevizer

Version:

Канвэртацыя акадэмічнага правапісу ў клясычны

4 lines (3 loc) 240 B
import { iaWords, phonetic } from '../dict/index.js'; import { endZSoftenAndNiaBiaz, mutatingStep, soften } from '../lib/index.js'; export const phonetize = mutatingStep(({ text }) => endZSoftenAndNiaBiaz(phonetic(iaWords(soften(text)))));