File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ In both browser and node you may also want to include `unorm`; see the [`String.
5151 * ` toString `
5252* ` Number ` :
5353 * binary and octal literals: ` Number('0b1') ` and ` Number('0o7') `
54- * ` EPSILON `
55- * ` MAX_SAFE_INTEGER `
56- * ` MIN_SAFE_INTEGER `
54+ * ` EPSILON ` ( [ a standalone shim is also available ] ( https://www.npmjs.com/package/es-constants ) )
55+ * ` MAX_SAFE_INTEGER ` ( [ a standalone shim is also available ] ( https://www.npmjs.com/package/es-constants ) )
56+ * ` MIN_SAFE_INTEGER ` ( [ a standalone shim is also available ] ( https://www.npmjs.com/package/es-constants ) )
5757 * ` isNaN() ` ([ a standalone shim is also available] ( https://www.npmjs.com/package/is-nan ) )
58- * ` isInteger() ` ([ a standalone shim is also available(https://www.npmjs.com/package/number.isinteger ))
58+ * ` isInteger() ` ([ a standalone shim is also available] ( https://www.npmjs.com/package/number.isinteger ) )
5959 * ` isSafeInteger() ` ([ a standalone shim is also available] ( https://www.npmjs.com/package/number.issafeinteger ) )
6060 * ` isFinite() ` ([ a standalone shim is also available] ( https://www.npmjs.com/package/number.isfinite ) )
6161 * ` parseInt() ` ([ a standalone shim is also available] ( https://www.npmjs.com/package/parseint ) )
You can’t perform that action at this time.
0 commit comments