@jota-one/replacer
Advanced tools
Comparing version 0.4.0 to 0.5.0--canary.2.4467454835.0
export declare function getReplacer(pattern: string | RegExp): Function | ||
export declare function getExtractor(pattern: RegExp): Function | ||
export declare function replace(str: string): string | ||
export declare function replaceExpress(str: string): string | ||
export declare function extractPlaceholders(str: string): Array<string> | ||
export declare function replace(str: string, ...maps: Record<string, string>[]): string | ||
export declare function replaceExpress(str: string, ...maps: Record<string, string>[]): string | ||
export declare function extractPlaceholders(str: string, ...maps: Record<string, string>[]): Array<string> |
{ | ||
"name": "@jota-one/replacer", | ||
"version": "0.4.0", | ||
"version": "0.5.0--canary.2.4467454835.0", | ||
"type": "module", | ||
@@ -40,5 +40,6 @@ "description": "A configurable string replacer tool", | ||
"devDependencies": { | ||
"auto": "^10.43.0", | ||
"ava": "^3.12.1", | ||
"esm": "^3.2.25", | ||
"esbuild": "^0.6.27" | ||
"esbuild": "^0.6.27", | ||
"esm": "^3.2.25" | ||
}, | ||
@@ -45,0 +46,0 @@ "ava": { |
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
3479
4