Skip to content

Commit 569a4f9

Browse files
committed
chore(child-process-utils): change import type
1 parent fce5a89 commit 569a4f9

File tree

1 file changed

+1
-1
lines changed
  • packages/child-process-utils/src

1 file changed

+1
-1
lines changed

packages/child-process-utils/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type ChildProcess } from 'child_process'
1+
import type { ChildProcess } from 'child_process'
22
import { concatBufferStream } from '@simple-libs/stream-utils'
33

44
/**

0 commit comments

Comments
 (0)