jonschlinkert / array-last
Return the last element in an array. Faster than `.slice`
☆35Updated 3 years ago
Alternatives and similar repositories for array-last:
Users that are interested in array-last are comparing it to the libraries listed below
- Strip the final newline character from a string/buffer☆36Updated 5 months ago
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- List of JavaScript types☆82Updated 11 months ago
- Exit the process when the `esc` key is pressed☆56Updated last year
- Check if your code is running as an npm script☆55Updated 3 years ago
- 🔇 mock stdio output for tests☆23Updated 6 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- spec proposal for new web API: boolean navigator.scheduling.isFramePending()☆11Updated 5 years ago
- Rename a function☆46Updated last year
- Create an array without duplicates☆71Updated 3 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Test whether some promise passes a testing function☆14Updated 6 years ago
- A Set implementation with expirable keys☆16Updated 6 years ago
- Get metadata on the default editor or a specific editor☆53Updated last year
- Wait for a specified number of promises to be fulfilled☆36Updated last year
- ⚛️An overlay for displaying stack frames based on create-react-app/packages/react-error-overlay☆18Updated 6 years ago
- Get the version of a binary in semver format☆42Updated last year
- Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!☆26Updated 8 months ago
- Provide a package name, get a list of every version, and who published it.☆24Updated 10 months ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- Faster, node.js focused alternative to JavaScript's native array map.☆14Updated 8 years ago
- This repository is a work in progress and not seeking feedback yet.☆22Updated 6 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Check if a string is a scoped npm package name☆24Updated 2 years ago
- Convert directories to glob compatible strings☆44Updated 5 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago