debugger_js
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "debugger_js", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A library for debug logging in javascript", | ||
@@ -5,0 +5,0 @@ "main": "debugger.js", |
@@ -6,5 +6,2 @@ # debugger_js | ||
<dl> | ||
<dt><a href="#{checkHexColor} - A function to determine if a string is a valid hexadecimal color">{checkHexColor} - A function to determine if a string is a valid hexadecimal color(color)< | ||
/a> ⇒ <code>boolean</code></dt> | ||
<dd></dd> | ||
<dt><a href="#{logType} - A function to create a valid logType to be used when making a logger">{logType} - A function to create a valid logType to be used when making a logger(opts)</a></ | ||
@@ -17,12 +14,2 @@ dt> | ||
<a name="{checkHexColor} - A function to determine if a string is a valid hexadecimal color"></a> | ||
## {checkHexColor} - A function to determine if a string is a valid hexadecimal color(color) ⇒ <code>boolean</code> | ||
**Kind**: global function | ||
**Returns**: <code>boolean</code> - - Returns true if the color parameter is a valid 3 or 6 digit hexadecimal color, false otherwise | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| color | <code>string</code> | A hexadecimal color value. | | ||
<a name="{logType} - A function to create a valid logType to be used when making a logger"></a> | ||
@@ -29,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7108
35