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.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/schema/cardinality.ts - Source link:
src/core/schema/cardinality.ts:54
Signatures
ts
type SplitSetting = string | SplitPolicy;