Add related module to the readme

This commit is contained in:
Sindre Sorhus 2018-06-30 02:07:02 +07:00 committed by GitHub
parent fe754b5528
commit ff268de3d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -336,6 +336,7 @@ The most common mistakes I noticed in these modules was using `instanceof` for t
## Related ## Related
- [ow](https://github.com/sindresorhus/ow) - Function argument validation for humans
- [is-stream](https://github.com/sindresorhus/is-stream) - Check if something is a Node.js stream - [is-stream](https://github.com/sindresorhus/is-stream) - Check if something is a Node.js stream
- [is-observable](https://github.com/sindresorhus/is-observable) - Check if a value is an Observable - [is-observable](https://github.com/sindresorhus/is-observable) - Check if a value is an Observable
- [file-type](https://github.com/sindresorhus/file-type) - Detect the file type of a Buffer/Uint8Array - [file-type](https://github.com/sindresorhus/file-type) - Detect the file type of a Buffer/Uint8Array