index.js 108 Bytes
"use strict";

module.exports = require("./is-implemented")()
	? String.fromCodePoint
	: require("./shim");