Skip to content

SplitBinding ​

The resolved split policy of every source.

Signatures ​

ts
interface SplitBinding {}

Members ​

Properties ​

cli ​

How each CLI token splits.

ts
cli: SplitPolicy;

env ​

How an environment value splits.

ts
env: SplitPolicy;

stdin ​

How the stdin buffer splits.

ts
stdin: SplitPolicy;

See Also ​

Released under the MIT License.