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 24b75ac commit fadd8faCopy full SHA for fadd8fa
src/typeHelpers.ts
@@ -1,4 +1,3 @@
1
export type Prettify<T> = {
2
[K in keyof T]: T[K];
3
- // eslint-disable-next-line @typescript-eslint/ban-types
4
} & {};
0 commit comments