Skip to content

SourceSplitFragmentV1

Non-CLI split policies of a collection fragment.

The CLI delimiter is the fragment's own separator. A source absent here takes its default: comma-delimited for env, line-delimited for stdin.

Signatures

ts
type SourceSplitFragmentV1 = unknown;

Members

Properties

env

ts
env?: SplitPolicyFragmentV1;

stdin

ts
stdin?: SplitPolicyFragmentV1;

See Also

Released under the MIT License.