Meta tweaks

This commit is contained in:
Sindre Sorhus 2024-04-28 23:54:22 +07:00
parent a1987f8bad
commit f7148e19dc

View file

@ -743,7 +743,7 @@ The most common mistakes I noticed in these modules was using `instanceof` for t
## Related
- [ow](https://github.com/sindresorhus/ow) - Function argument validation for humans
- [environment](https://github.com/sindresorhus/environment) - Check which JavaScript environment your code is running in at runtime
- [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
- [file-type](https://github.com/sindresorhus/file-type) - Detect the file type of a Buffer/Uint8Array