Skip to content

SplitSetting

A split policy, a format name, or a literal delimiter.

The strings 'whole', 'lines', and 'json' name their format; every other string is the delimiter to split on, so ',' is the comma policy.

Signatures

ts
type SplitSetting = string | SplitPolicy;

See Also

Released under the MIT License.