Skip to content

Fix type of isFinite

Compare
Choose a tag to compare
@edsrzf edsrzf released this 25 Sep 21:17
· 7 commits to master since this release

The type of isFinite inadvertantly changed between 4.0.0 and 4.1.0 in a backward-incompatible way. This restores the type from 4.0.0.

This only updates type declarations. There are no runtime code changes.