core-js-bundle 3.27.2 → 3.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -32
- package/index.js +3119 -2331
- package/minified.js +10 -10
- package/minified.js.map +1 -1
- package/package.json +1 -1
- package/postinstall.js +1 -1
package/package.json
CHANGED
package/postinstall.js
CHANGED
|
@@ -24,7 +24,7 @@ var BANNER = '\u001B[96mThank you for using core-js (\u001B[94m https://github.c
|
|
|
24
24
|
'\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m\n' +
|
|
25
25
|
'\u001B[96m>\u001B[94m https://patreon.com/zloirock \u001B[0m\n' +
|
|
26
26
|
'\u001B[96m>\u001B[94m bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz \u001B[0m\n\n' +
|
|
27
|
-
'\u001B[
|
|
27
|
+
'\u001B[96mI highly recommend reading this:\u001B[94m https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md \u001B[96m\u001B[0m\n';
|
|
28
28
|
|
|
29
29
|
function is(it) {
|
|
30
30
|
return !!it && it !== '0' && it !== 'false';
|