Methods
replaceInFile(file, search, replace, optionsopt)
- Source:
    Replace searched content by replacement string.
    Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| file | string | File name or pattern. | |
| search | string | RegExp | The searched pattern. | |
| replace | string | The replacement value. | |
| options | object | <optional> | The replace-in-file module options. | 
getForward()
- Source:
    Get @absolunet/fss package for forward calls.
Returns:
    The @absolunet/fss package.
- Type
- *