MCPcopy
hub / github.com/tailwindlabs/tailwindcss / SpawnedProcess

Interface SpawnedProcess

integrations/utils.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23interface SpawnedProcess {
24 dispose: () => Promise<void>
25 flush: () => void
26 onStdout: (predicate: (message: string) => boolean) => Promise<void>
27 onStderr: (predicate: (message: string) => boolean) => Promise<void>
28}
29
30interface ChildProcessOptions {
31 cwd?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected