Skip to content

Releases: marvinhagemeister/type-checks

1.2.0

Choose a tag to compare

@marvinhagemeister marvinhagemeister released this 06 Dec 10:40
  • Add isNumberOrString check

1.1.0

Choose a tag to compare

@marvinhagemeister marvinhagemeister released this 28 Nov 08:11
  • isNumber check should exclude NaN values. The latter is a bug in the user code 99.99% of the time. For the few cases where you would expect NaN use typeof === "number" directly.

1.0.0

Choose a tag to compare

@marvinhagemeister marvinhagemeister released this 27 Nov 09:50
  • Initial release