From ff268de3d0d001ba2dac402143961fba147d6aa2 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 30 Jun 2018 02:07:02 +0700 Subject: [PATCH] Add related module to the readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ac7876e..66f83b1 100644 --- a/readme.md +++ b/readme.md @@ -336,6 +336,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 - [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