From 18cc71884047f762c91805c42e10caa41c66bd7b Mon Sep 17 00:00:00 2001 From: wangxingkang Date: Mon, 28 Oct 2019 17:32:42 +0800 Subject: [PATCH] docs: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6db5983..0e22996 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ yarn add @alitajs/autils * [isPromise](https://alitajs.github.io/autils/globals.html#ispromise) 检查`value`是否为`Promise`。 * [isRegExp](https://alitajs.github.io/autils/globals.html#isregexp) 检查 `value` 是否是一个正则对象。 * [isString](https://alitajs.github.io/autils/globals.html#isstring) 检查 `value` 是否是一个字符串 +* [isSymbol](https://alitajs.github.io/autils/globals.html#issymbol) 检查 `value` 是否是原始 `Symbol` 或者对象。 * [isUndefined](https://alitajs.github.io/autils/globals.html#isundefined) 检查 `value` 是否等于 `undefined`。 * [isUrl](https://alitajs.github.io/autils/globals.html#isurl) 检查 `value` 是否是一个Url * [urlToList](https://alitajs.github.io/autils/globals.html#urltolist) 转换url为数组