WIP link to assertions in readme

This commit is contained in:
Joel Purra 2020-01-21 18:42:29 +01:00
parent bad42357de
commit de0ddd5355

View file

@ -38,7 +38,7 @@ is.number(6);
//=> true //=> true
``` ```
Assertions perform the same type checks, but throw errors if the type does not match. [Assertions](#type-assertions) perform the same type checks, but throw errors if the type does not match.
```js ```js
const {assert} = require('@sindresorhus/is'); const {assert} = require('@sindresorhus/is');