mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-08-25 09:21:33 +02:00
chore: migrate from ESLint/Prettier to Oxc
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
export const deepMerge = <
|
||||
Object1 extends object,
|
||||
Object2 extends object = Object1,
|
||||
>(
|
||||
export const deepMerge = <Object1 extends object, Object2 extends object = Object1>(
|
||||
object1: Object1,
|
||||
object2: Object2,
|
||||
): Object1 & Object2 => {
|
||||
|
||||
Reference in New Issue
Block a user