in src/utils.ts [26:28]
export function isNamedLocationArray(array: unknown): array is NamedLocation[] { return isNamedLocation(array[0]); }