CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
1'use strict';2 3var implementation = require('./implementation');4 5module.exports = function getPolyfill() {6	return Array.prototype.flat || implementation;7};8