mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 03:54:51 +01:00
composer and npm
This commit is contained in:
7
conf/site/node_modules/object-is/polyfill.js
generated
vendored
Normal file
7
conf/site/node_modules/object-is/polyfill.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var implementation = require('./implementation');
|
||||
|
||||
module.exports = function getPolyfill() {
|
||||
return typeof Object.is === 'function' ? Object.is : implementation;
|
||||
};
|
||||
Reference in New Issue
Block a user