- Preparing search index...
- The search index is not available
@bemoje/source
- appendFile(filepath, string, options?): Promise<void>
-
Parameters
-
filepath: string
-
string: string
-
Optional
options: {
eol: "prepend" | "append";
}
-
eol: "prepend" | "append"
Returns Promise<void>
Append a string to a file. Creates the file and dirpath if they do not exist.