You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***options** is the optional stream options object with an additional option `lineLength` if you want to use any other line length than the default 76 characters (or set to `false` to turn the soft wrapping off completely)
66
+
***options** is the optional stream options object with an additional option `lineLength` if you want to use any other line length than the default 76
67
+
characters (or set to `false` to turn the soft wrapping off completely)
67
68
68
69
**Example**
69
70
70
71
The following example script reads in a file, encodes it to base64 and saves the output to a file.
0 commit comments