mirror of
https://github.com/wishthis/wishthis.git
synced 2026-05-24 06:45:31 -04:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? String.prototype.normalize : require("./shim");
|