sinonjs / samsamLinks
Value identification and comparison functions
☆27Updated 3 weeks ago
Alternatives and similar repositories for samsam
Users that are interested in samsam are comparing it to the libraries listed below
Sorting:
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- Modern Buffer API polyfill without footguns☆25Updated 4 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Test-framework agnostic assertion and expectation library☆43Updated 2 months ago
- Minimal async jobs utility library, with streams support☆24Updated 6 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Updated 7 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Check if a file is executable☆30Updated 6 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Make a shallow clone of an object, array or primitive.☆29Updated 5 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 10 months ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 8 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆23Updated 4 months ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Detect the archive type of a Buffer/Uint8Array☆25Updated 3 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 3 years ago
- Property descriptor factory☆42Updated last year
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- fs read and write streams based on minipass☆20Updated 10 months ago
- Create error instances with a code☆20Updated 2 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 2 months ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 5 months ago
- Extract the username from a git remote origin URL.☆17Updated 7 years ago
- Returns true if a string has an extglob☆23Updated 6 years ago