Module string-replace

Utility for ${key} replacement in template strings.

Example

import replace from "apprt-core/string-replace";

let msg = replace("Say ${msg}",{msg: "hello" });
msg === "Say hello"; // true

Index

Interfaces

Type Aliases

Functions

Generated using TypeDoc