Optional
Readonly
alt?: numberThe phrase alternative, if any.
Optional
Readonly
close?: stringA closing delimiter for array and object values. Overrides ConnectiveWords.arrayClose and ConnectiveWords.objectClose.
Optional
Readonly
custom?: FormatCallback<any>A custom callback to format arguments.
Optional
Readonly
mergeNext?: booleanWhether the separator should be merged with the next value. (Defaults to false)
Optional
Readonly
mergePrev?: booleanWhether the separator should be merged with the previous value. (Defaults to true)
Optional
Readonly
open?: stringAn opening delimiter for array and object values. Overrides ConnectiveWords.arrayOpen and ConnectiveWords.objectOpen.
Optional
Readonly
sep?: stringAn element delimiter for array and object values. Overrides ConnectiveWords.arraySep and ConnectiveWords.objectSep.
The formatting flags.