Skip to content

SourceSplitBinding ​

The non-CLI split policies a schema stores.

The CLI delimiter lives on the separator field both schemas already carry, so .separator(',') and .split({ cli: ',' }) write the same place.

Signatures ​

ts
interface SourceSplitBinding {}

Members ​

Properties ​

env ​

Environment split policy, or undefined for the default.

ts
env: SplitPolicy | undefined;

stdin ​

Stdin split policy, or undefined for the default.

ts
stdin: SplitPolicy | undefined;

See Also ​

Released under the MIT License.