We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983be12 commit 3ed7cdcCopy full SHA for 3ed7cdc
src/vendor-core.ts
@@ -49,6 +49,6 @@ export type RequestInfo = Parameters<typeof globalThis.fetch>[0]
49
export type RequestInit = Parameters<typeof globalThis.fetch>[1]
50
51
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)
+export const chalk: typeof _chalk = wrap('chalk', _chalk)
+export const which: typeof _which = wrap('which', _which)
+export const ps: typeof _ps = wrap('ps', _ps)
0 commit comments