mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-04-09 15:38:23 +00:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? Array.prototype.fill : require("./shim");
|