in src/utils.ts [13:15]
export function isCoordinatesArray(array: unknown): array is Coordinates[] { return isCoordinates(array[0]); }