check-types-mini
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "check-types-mini", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Check the types of your options object's values after user has customised them", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -44,3 +44,3 @@ # check-types-mini | ||
**checkTypes(obj, ref, msg, optsVarName)** | ||
**checkTypes(obj, ref\[, msg, optsVarName, opts])** | ||
@@ -47,0 +47,0 @@ As a result, it _throws_ `TypeError`s for you, containing your custom message, similar to: |
15329