Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Oct 28, 2019
1 parent 84bbf4c commit 18cc718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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为数组
Expand Down

0 comments on commit 18cc718

Please sign in to comment.