mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update prettier to 3.3.3
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
export function makeEnumParser<
|
||||
TEnumKey extends string,
|
||||
TEnumValue extends string
|
||||
TEnumValue extends string,
|
||||
>(
|
||||
enumToParse: Record<TEnumKey, TEnumValue>,
|
||||
defaultValue: TEnumValue
|
||||
|
||||
Reference in New Issue
Block a user