awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dcousens avatar

dcousens/is-sorted

0
View on GitHub↗
24 stars·32 forks·JavaScript·MIT·2 views

Is Sorted

A small module to check if an Array is sorted

Features

  • Array Utilities - Checks if an array is sorted in ascending order.

Star history

Star history chart for dcousens/is-sortedStar history chart for dcousens/is-sorted

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Is Sorted

Similar open-source projects, ranked by how many features they share with Is Sorted.
  • ehmicky/fast-cartesianehmicky avatar

    ehmicky/fast-cartesian

    73View on GitHub↗

    Fast cartesian product

    TypeScript
    View on GitHub↗73
  • johnwquarles/mirrarrayjohnwquarles avatar

    johnwquarles/mirrarray

    5View on GitHub↗

    NPM module for creating a keymirror object from an array of strings

    JavaScript
    View on GitHub↗5
  • jonschlinkert/arr-diffjonschlinkert avatar

    jonschlinkert/arr-diff

    45View on GitHub↗

    Returns an array with only the unique values from all given arrays using strict equality for comparisons.

    JavaScript
    View on GitHub↗45
  • doowb/group-arraydoowb avatar

    doowb/group-array

    66View on GitHub↗

    Group array of objects into lists.

    JavaScript
    View on GitHub↗66
See all 15 alternatives to Is Sorted→

Frequently asked questions

What does dcousens/is-sorted do?

A small module to check if an Array is sorted

What are the main features of dcousens/is-sorted?

The main features of dcousens/is-sorted are: Array Utilities.

What are some open-source alternatives to dcousens/is-sorted?

Open-source alternatives to dcousens/is-sorted include: ehmicky/fast-cartesian — Fast cartesian product. johnwquarles/mirrarray — NPM module for creating a keymirror object from an array of strings. jonschlinkert/arr-diff — Returns an array with only the unique values from all given arrays using strict equality for comparisons. jonschlinkert/arr-flatten — Recursively flatten an array or arrays. This is the fastest implementation of array flatten. jonschlinkert/array-first — Get the first element or first n elements of an array. doowb/group-array — Group array of objects into lists.