UNPKG

romanization

Version:
5 lines (3 loc) 105 B
var romanize = require("./index.js"); var orig = "хоккей"; console.log(orig, romanize(orig));