@timberio/tools
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@timberio/tools", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Javascript logging tools", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -77,3 +77,3 @@ # 🌲 Timber - Javascript tools | ||
### atob(ascii: string): string | ||
### `atob(ascii: string): string` | ||
@@ -94,7 +94,7 @@ **Node.js only** | ||
### btoa(base64: string): string | ||
### `btoa(base64: string): string` | ||
**Node.js only** | ||
Converts Base64 encoded string to an ASCII string. Equivalent to [window.btoa()](https://www.w3schools.com/jsref/met_win_btoa.asp) | ||
Converts Base64 encoded string to an ASCII string. Equivalent to [window.btoa()](https://www.w3schools.com/jsref/met_win_btoa.asp) in the browser. | ||
@@ -101,0 +101,0 @@ **Usage example:** |
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
55314