mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -42,13 +42,12 @@ type InternalAssertProps<
|
||||
Missing = Omit<Result, keyof Value>
|
||||
> = keyof Missing extends never
|
||||
? Result
|
||||
: Result &
|
||||
{
|
||||
[key in keyof Required<Missing>]: [
|
||||
never,
|
||||
'AssertProps: missing property'
|
||||
];
|
||||
};
|
||||
: Result & {
|
||||
[key in keyof Required<Missing>]: [
|
||||
never,
|
||||
'AssertProps: missing property'
|
||||
];
|
||||
};
|
||||
|
||||
export type AssertProps<Result, Value> = InternalAssertProps<Result, Value>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user