# node-check-sorted **Repository Path**: mirrors_yorkie/node-check-sorted ## Basic Information - **Project Name**: node-check-sorted - **Description**: little utility for checking an array is sorted - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-check-sorted Little utility for checking an array is sorted ### Installation ```bash $ npm install yorkie/check-sorted ``` ### Example ```js arr.isSorted() ``` # License MIT