We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec41147 commit a47deb4Copy full SHA for a47deb4
1 file changed
src/index.js
@@ -1,3 +1,6 @@
1
+// Import all polyfills for backward compatibility
2
+import './lib/compatibility/objectEntries';
3
+
4
import toDate from './lib/toDate';
5
import toFloat from './lib/toFloat';
6
import toInt from './lib/toInt';
@@ -129,8 +132,6 @@ import isLicensePlate from './lib/isLicensePlate';
129
132
import isStrongPassword from './lib/isStrongPassword';
130
133
131
134
import isVAT from './lib/isVAT';
-// Import all polyfills for backward compatibility
-import './lib/compatibility/objectEntries';
135
136
const version = '13.15.15';
137
0 commit comments