UNPKG

electron-wix-msi

Version:
4 lines (3 loc) 264 B
import { StringMap } from '../interfaces'; export declare function replaceToFile(input: string, target: string, replacements: StringMap<string>): Promise<string>; export declare function replaceInString(source: string, replacements: StringMap<string>): string;