Files
portfolio/node_modules/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js
2021-09-20 16:54:47 -04:00

8 lines
172 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = void 0;
var _default = new Set(["esnext.global-this", "esnext.string.match-all"]);
exports.default = _default;