fb55 / boolbaseLinks
two functions: one that returns true, one that returns false
☆20Updated last year
Alternatives and similar repositories for boolbase
Users that are interested in boolbase are comparing it to the libraries listed below
Sorting:
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- ☆19Updated 7 years ago
- Validates whether a string matches the production for an XML name or qualified name☆15Updated last year
- ☆20Updated 3 years ago
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 7 years ago
- Create ansi colors by passing open and close codes.☆19Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- ☆20Updated 9 months ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Regular expression for matching a shebang line☆46Updated 4 years ago
- Detect the archive type of a Buffer/Uint8Array☆25Updated 3 years ago
- Check if a path is inside another path☆38Updated last week
- Constants and utilities about visitor keys to traverse AST.☆43Updated last year
- tar plugin for decompress☆16Updated 4 years ago
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 4 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 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
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 6 years ago
- Is this value a JS regex?☆24Updated 9 months ago
- Strip the final newline character from a string/buffer☆36Updated 10 months ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆17Updated 3 years ago
- Emulate console for all the browsers☆33Updated 9 months ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- Get the command from a shebang☆24Updated 4 years ago
- An implementation of the DOMException class from browsers☆22Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last year
- Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit e…☆35Updated 8 years ago
- Clone a Node.js HTTP response stream☆30Updated last year