happy-opfs • Docs
happy-opfs / WriteOptions
Options for writing files, including flags for creation and appending.
Property | Type | Default value | Description | Defined in |
---|---|---|---|---|
append? |
boolean |
false |
Whether to append to the file if it already exists. | fs/defines.ts:43 |
create? |
boolean |
true |
Whether to create the file if it does not exist. | fs/defines.ts:37 |