From a2f78782409b1084df3a9e9b20eeecaea38c8e65 Mon Sep 17 00:00:00 2001 From: bubkoo Date: Wed, 13 Apr 2016 16:23:21 +0800 Subject: [PATCH] v1.0.1 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c5392c..7414fb7 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,14 @@ isWindow([1, 2, 3]); // => false - [is-nil](https://github.com/bubkoo/is-nil) - Checks if the given value is null or undefined. - [is-null](https://github.com/bubkoo/is-null) - Checks if the given value is null. -- [is-length](https://github.com/bubkoo/is-length) - Checks if the given value is a valid array-like length. +- [is-window](https://github.com/bubkoo/is-window) - Checks if the given value is a window object. +- [is-native](https://github.com/bubkoo/is-native) - Checks if the given value is a native function. - [is-array-like](https://github.com/bubkoo/is-array-like) - Checks if the given value is an array or an array-like object. +- [is-index](https://github.com/bubkoo/is-index) - Checks if the given value is a valid array-like index. +- [is-length](https://github.com/bubkoo/is-length) - Checks if the given value is a valid array-like length. + +## Contributing + +Pull requests and stars are highly welcome. + +For bugs and feature requests, please [create an issue](https://github.com/bubkoo/is-window/issues/new).