Cleanup on 2024-08

This commit is contained in:
2024-12-08 20:05:00 +01:00
parent 532913e039
commit 795d140ba4
3 changed files with 25 additions and 37 deletions
+1
View File
@@ -1,4 +1,5 @@
export type Coordinate = [number, number];
export type Coordinates = Coordinate[];
/**
* Returns a filter lambda to be used in array.filter() on a xy-Coordinate array (array of two number arrays).