mirror of
https://github.com/wishthis/wishthis.git
synced 2026-05-23 22:35:29 -04:00
4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? String.prototype.codePointAt : require("./shim");
|