ohctechv3/.svn/pristine/e6/e63a6cea1d3471e1a23221b2fac6c7a9afe6c3cb.svn-base

8 lines
159 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return Array.prototype.flat || implementation;
};