• add to file, if the file or folder does not exist it will be recursively created

    Parameters

    • path: PathLike | FileHandle
    • data: string | Uint8Array
    • Optionaloptions: BufferEncoding | ObjectEncodingOptions & FlagAndOpenMode

    Returns Promise<void>