sindresorhus / is

Type check values
MIT License
1.68k stars 109 forks source link

Support assertions custom messages #175

Closed joaompneves closed 1 year ago

joaompneves commented 1 year ago

Add an extra optional param to allow specifying the exception message.

Fixes #144

sindresorhus commented 1 year ago

Also needs to be documented in the readme.

joaompneves commented 1 year ago

@sindresorhus this started as an effort to use this package, but ended up not using it. You can take it from here if you find it relevant.

sindresorhus commented 1 year ago

Would have been nice if you had commented that before I spent time reviewing it...