UNPKG

eyo-kernel

Version:

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

9 lines (8 loc) 164 B
import { Eyo } from '../eyo.js'; declare global { interface Window { notSafeEyo: Eyo; } } declare const notSafeEyo: Eyo; export default notSafeEyo;