Effection Logo
@effection-contrib/tinyexecv0.1.0thefrontside/effection-contrib
JSR BadgeNPM Badge with published versionBundle size badgeDependency count badgeTree shaking support badge
import { } from "@effection-contrib/tinyexec"

tinyexec

Effection compatible wrapper around tinyexec package.

API

interface TinyProcess extends Operation<Output> {

  • lines: Stream<string, void>;
  • kill(signal?: KillSignal): Operation<void>;
}

function x(cmd: string, , options?: Partial<Options>): Operation<TinyProcess>