Bring back typedoc

This commit is contained in:
Jon Staab
2025-04-08 15:08:00 -07:00
parent 02202d298e
commit 3301616e7d
19 changed files with 261 additions and 135 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ describe("collection", () => {
getKey: item => item.id,
})
const derived = col.deriveItem(null)
const derived = col.deriveItem(undefined)
expect(get(derived)).toBeUndefined()
})