Skip to content

Commit

Permalink
Style change.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Sep 2, 2024
1 parent 78dcc38 commit a0ceaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type SpawnStreamState = 'piped' | 'ignore' | 'inherit' | 'pipe' | null;
export type SpawnStreamState = 'pipe' | 'ignore' | 'inherit' | 'piped' | null;

export interface SpawnOptions {
cwd?: string;
Expand Down

0 comments on commit a0ceaf2

Please sign in to comment.