is

Type check values

MIT License

Downloads
75.8M
Stars
1.6K
Committers
52

Bot releases are visible (Hide)

is -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 120f74a

Enhancements:

  • Add support for BigInt (#87) dd2a91d

https://github.com/sindresorhus/is/compare/v0.15.0...v0.16.0

is -

Published by sindresorhus over 5 years ago

Breaking:

  • Rename .odd() to .oddInteger() and .even() to .evenInteger() for clarity (#77) 2502442

Other:

  • Improve the TypeScript types (#80) 3c847be
    • Uses type guards for more methods, which will result in better type narrowing
    • is.domElement now returns an actual Element type instead of our previous custom DomElement type

https://github.com/sindresorhus/is/compare/v0.14.0...v0.15.0

is -

Published by sindresorhus about 6 years ago

Breaking:

Other:

https://github.com/sindresorhus/is/compare/v0.11.0...v0.12.0