chore: Update all dependencies to current and add overlooked assets

Resolves #37.
This commit is contained in:
Glen Whitney 2024-02-12 09:21:14 -08:00
parent ff819f99c6
commit 3165ea540b
67 changed files with 75230 additions and 49837 deletions

View file

@ -16,6 +16,7 @@ type Split<S extends string>
classes := 'point line circle polygon sector plane sphere polyhedron'
type JoyceClass = Split<typeof classes>
const FixWeirdness = 0
function assertJoyceClass(s: string): asserts s is JoyceClass
unless classes.includes s then throw new Error `Oops ${s} slipped through`