awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jonschlinkert avatar

jonschlinkert/array-last

0
View on GitHub↗
33 stars·14 forks·JavaScript·MIT·2 vuesgithub.com/jonschlinkert↗

Array Last

Return the last element in an array. Faster than .slice

Features

  • Array Utilities - Retrieves the last element of an array.

Historique des stars

Graphique de l'historique des stars pour jonschlinkert/array-lastGraphique de l'historique des stars pour jonschlinkert/array-last

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Array Last

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Array Last.
  • doowb/group-arrayAvatar de doowb

    doowb/group-array

    66Voir sur GitHub↗

    Group array of objects into lists.

    JavaScript
    Voir sur GitHub↗66
  • ehmicky/fast-cartesianAvatar de ehmicky

    ehmicky/fast-cartesian

    73Voir sur GitHub↗

    Fast cartesian product

    TypeScript
    Voir sur GitHub↗73
  • johnwquarles/mirrarrayAvatar de johnwquarles

    johnwquarles/mirrarray

    5Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗5
  • dcousens/is-sortedAvatar de dcousens

    dcousens/is-sorted

    24Voir sur GitHub↗

    A small module to check if an Array is sorted

    JavaScript
    Voir sur GitHub↗24
Voir les 15 alternatives à Array Last→

Questions fréquentes

Que fait jonschlinkert/array-last ?

Return the last element in an array. Faster than .slice

Quelles sont les fonctionnalités principales de jonschlinkert/array-last ?

Les fonctionnalités principales de jonschlinkert/array-last sont : Array Utilities.

Quelles sont les alternatives open-source à jonschlinkert/array-last ?

Les alternatives open-source à jonschlinkert/array-last incluent : doowb/group-array — Group array of objects into lists. 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. dcousens/is-sorted — A small module to check if an Array is sorted.