chore: Update all dependencies to current and add overlooked assets
Resolves #37.
This commit is contained in:
parent
ff819f99c6
commit
3165ea540b
67 changed files with 75230 additions and 49837 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue