chore: Update to latest versions of dependencies.
Resolves #35. Also allows a useless statement that worked around a Civet bug to be removed.
This commit is contained in:
parent
9a3dd1b49b
commit
049039dd9a
3 changed files with 10 additions and 11 deletions
|
@ -16,7 +16,6 @@ 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