mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-04-10 07:58:22 +00:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? String.prototype.repeat : require("./shim");
|