UNPKG

eyo-kernel

Version:

Restoring the letter «ё» (yo) in russian texts

6 lines (5 loc) 197 B
import { Eyo } from '../eyo.js'; import { notSafeDictionary } from '../notSafeDictionary.js'; const notSafeEyo = new Eyo(); notSafeEyo.dictionary.set(notSafeDictionary); export default notSafeEyo;