forked from FoundKeyGang/FoundKey
Clean up: Remove the unused file
This commit is contained in:
parent
06cfa207fc
commit
16c2aefe7b
1 changed files with 0 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
// https://github.com/Microsoft/TypeScript/issues/12215
|
|
||||||
export type Diff<T extends string, U extends string> = ({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T];
|
|
||||||
export type Omit<T, K extends keyof T> = { [P in Diff<keyof T, K>]: T[P] };
|
|
Loading…
Reference in a new issue