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