From c2aaeac577575a8adcc5436a078fd9bef0b6d8e1 Mon Sep 17 00:00:00 2001 From: Itai Steinherz Date: Sun, 28 Oct 2018 13:51:42 +0200 Subject: [PATCH] Document `is.numericString()` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e5adf94..852abe9 100644 --- a/readme.md +++ b/readme.md @@ -96,6 +96,7 @@ All the below methods accept a value and returns a boolean for whether the value Keep in mind that [functions are objects too](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions). +##### .numericString(value) ##### .regExp(value) ##### .date(value) ##### .error(value)