From 6268253ec6e6722e2bf4d55e05834b8e3d1e5e12 Mon Sep 17 00:00:00 2001 From: Melvin Date: Fri, 6 Oct 2017 00:48:04 -0700 Subject: [PATCH] Add link to is-blob (#17) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8c9a29e..d3dc021 100644 --- a/readme.md +++ b/readme.md @@ -182,6 +182,7 @@ The most common mistakes I noticed in these modules was using `instanceof` for t - [is-array-sorted](https://github.com/sindresorhus/is-array-sorted) - Check if an Array is sorted - [is-error-constructor](https://github.com/sindresorhus/is-error-constructor) - Check if a value is an error constructor - [is-empty-iterable](https://github.com/sindresorhus/is-empty-iterable) - Check if an Iterable is empty +- [is-blob](https://github.com/sindresorhus/is-blob) - Check if a value is a Blob - File-like object of immutable, raw data ## Created by