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:
- ☆19Updated 7 years ago
- ☆20Updated 4 years ago
- Validates whether a string matches the production for an XML name or qualified name☆15Updated 2 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 4 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 8 years ago
- Minimal async jobs utility library, with streams support☆25Updated last month
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- ☆20Updated 4 months ago
- Emulate console for all the browsers☆33Updated last year
- Returns an array of unique values using strict equality for comparisons, maintaining the same order as the provided arrays.☆24Updated 5 years ago
- Parses and compiles CSS nth-checks to highly optimized functions.☆61Updated this week
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 7 years ago
- An implementation of the DOMException class from browsers☆22Updated 2 years ago
- tar plugin for decompress☆16Updated 5 years ago
- Is this value a JS regex?☆24Updated last month
- 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
- Strip the final newline character from a string/buffer☆38Updated last year
- Check if a string has ANSI escape codes☆50Updated 4 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last month
- all the types of nodes in htmlparser2's dom☆29Updated last week
- 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 5 years ago
- Call the given method on each value in the given object.☆20Updated 2 years ago
- correct invalid SPDX identifiers☆34Updated last year
- remark preset to configure remark-lint with settings for nodejs/node☆16Updated this week
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆45Updated 4 years ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆18Updated last month
- Give me a string and I'll tell you if it's a valid npm package license string☆29Updated 4 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Updated 3 months ago
- Check if a path is inside another path☆40Updated 4 months ago
- Extend object A with the properties of object B. node.js/javascript util.☆33Updated 4 years ago