Update README.md

This commit is contained in:
Tobe O 2017-04-01 18:34:06 -04:00 committed by GitHub
parent 070c22555f
commit 72d1e1d2bf

View file

@ -225,6 +225,7 @@ including:
* `isInt`: Asserts that a value is an `int`. * `isInt`: Asserts that a value is an `int`.
* `isNum`: Asserts that a value is a `num`. * `isNum`: Asserts that a value is a `num`.
* `isString`: Asserts that a value is a `String`. * `isString`: Asserts that a value is a `String`.
* `isUrl`: Asserts that a `String` is an HTTPS or HTTP URL.
The remaining functionality is The remaining functionality is
[effectively implemented by the `matcher` package](https://www.dartdocs.org/documentation/matcher/0.12.0%2B2/matcher/matcher-library.html). [effectively implemented by the `matcher` package](https://www.dartdocs.org/documentation/matcher/0.12.0%2B2/matcher/matcher-library.html).