UNPKG

@olton/latte

Version:

Simple test framework for JavaScript and TypeScript with DOM supports

2 lines (1 loc) 102 B
export default (arr) => arr.every((value, index, array) => index === 0 || value >= array[index - 1])