UNPKG

@v4fire/core

Version:
9 lines (8 loc) 191 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromHex = fromHex; function fromHex(str) { return String.fromCodePoint(parseInt(str.slice(2), 16)); }