Function: boundaryEditFile()
boundaryEditFile(
inputPath,workingDir,oldString,newString,replaceAll):Promise<BoundaryResult<{path:string;replacements:number; }>>
Defined in: filesystem-boundary.ts:310
Parameters
inputPath
string
workingDir
string
oldString
string
newString
string
replaceAll
boolean
Returns
Promise<BoundaryResult<{ path: string; replacements: number; }>>