@karmaniverous/chain-replace
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -15,3 +15,3 @@ "use strict"; | ||
* @param {string} input - Input string. | ||
* @param {Array<Array<(string|Object), string>>} [replacements] - Replacements array of [pattern: string|RegExp, replacement: string]. | ||
* @param {Array<Array<(string|Object), string>>} [replacements] - Replacements array of [pattern: string\|RegExp, replacement: string]. | ||
* | ||
@@ -18,0 +18,0 @@ * @returns {string} String result of chained replacements. |
{ | ||
"name": "@karmaniverous/chain-replace", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -23,3 +23,3 @@ # chain-replace | ||
| input | <code>string</code> | Input string. | | ||
| [replacements] | <code>Array.<Array.<(string\|Object), string>></code> | Replacements array of [pattern: string|RegExp, replacement: string]. | | ||
| [replacements] | <code>Array.<Array.<(string\|Object), string>></code> | Replacements array of [pattern: string\|RegExp, replacement: string]. | | ||
@@ -26,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
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
4492