Sha256: 0b8f0782c572a21e532d84cba51f80619070ce8a23bbfc63cefe959143a4de48
Contents?: true
Size: 227 Bytes
Versions: 46
Compression:
Stored size: 227 Bytes
Contents
"use strict"; module.exports = function () { var fromCodePoint = String.fromCodePoint; if (typeof fromCodePoint !== "function") return false; return fromCodePoint(0x1D306, 0x61, 0x1D307) === "\ud834\udf06a\ud834\udf07"; };
Version data entries
46 entries across 46 versions & 3 rubygems