Skip to content

Commit 3ed7cdc

Browse files
committed
chore: strengthen vendor core types
1 parent 983be12 commit 3ed7cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vendor-core.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ export type RequestInfo = Parameters<typeof globalThis.fetch>[0]
4949
export type RequestInit = Parameters<typeof globalThis.fetch>[1]
5050

5151
export { type ChalkInstance } from 'chalk'
52-
export const chalk = wrap('chalk', _chalk)
53-
export const which = wrap('which', _which)
54-
export const ps = wrap('ps', _ps)
52+
export const chalk: typeof _chalk = wrap('chalk', _chalk)
53+
export const which: typeof _which = wrap('which', _which)
54+
export const ps: typeof _ps = wrap('ps', _ps)

0 commit comments

Comments
 (0)