WIP link to assertions in readme
This commit is contained in:
parent
bad42357de
commit
de0ddd5355
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ is.number(6);
|
|||
//=> 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
|
||||
const {assert} = require('@sindresorhus/is');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue