We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f78d2 commit 7c16c9aCopy full SHA for 7c16c9a
packages/vitest/src/types/general.ts
@@ -1,7 +1,6 @@
1
export type { ParsedStack, TestError } from '@vitest/utils'
2
3
export type Awaitable<T> = T | PromiseLike<T>
4
-export type Nullable<T> = T | null | undefined
5
export type Arrayable<T> = T | Array<T>
6
export type ArgumentsType<T> = T extends (...args: infer U) => any ? U : never
7
0 commit comments