0.1.4 #4

Merged
Thilawyn merged 68 commits from next into master 2024-02-20 01:39:38 +01:00
Showing only changes of commit e66b15e749 - Show all commits

View File

@@ -20,6 +20,7 @@ import { CommonKeys } from "."
// ]>
// TODO: use OverrideProperties from type-fest?
export type Extend<T extends readonly object[]> = (
T extends [
infer Super,