Skip to content

Commit

Permalink
[readme] updating standalone shim links
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 18, 2023
1 parent 6c3fe3d commit a652ce6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -51,11 +51,11 @@ In both browser and node you may also want to include `unorm`; see the [`String.
* `toString`
* `Number`:
* binary and octal literals: `Number('0b1')` and `Number('0o7')`
* `EPSILON`
* `MAX_SAFE_INTEGER`
* `MIN_SAFE_INTEGER`
* `EPSILON` ([a standalone shim is also available](https://www.npmjs.com/package/es-constants))
* `MAX_SAFE_INTEGER` ([a standalone shim is also available](https://www.npmjs.com/package/es-constants))
* `MIN_SAFE_INTEGER` ([a standalone shim is also available](https://www.npmjs.com/package/es-constants))
* `isNaN()` ([a standalone shim is also available](https://www.npmjs.com/package/is-nan))
* `isInteger()` ([a standalone shim is also available(https://www.npmjs.com/package/number.isinteger))
* `isInteger()` ([a standalone shim is also available](https://www.npmjs.com/package/number.isinteger))
* `isSafeInteger()`([a standalone shim is also available](https://www.npmjs.com/package/number.issafeinteger))
* `isFinite()` ([a standalone shim is also available](https://www.npmjs.com/package/number.isfinite))
* `parseInt()` ([a standalone shim is also available](https://www.npmjs.com/package/parseint))
Expand Down

0 comments on commit a652ce6

Please sign in to comment.