fb55 / boolbase
two functions: one that returns true, one that returns false
☆20Updated 5 months ago
Alternatives and similar repositories for boolbase:
Users that are interested in boolbase are comparing it to the libraries listed below
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆15Updated last month
- Store information about any JS value in a side channel. Uses WeakMap if available.☆16Updated last month
- Is this value a JS regex?☆24Updated last month
- Implements the Web IDL algorithms for converting to and from JavaScript values☆33Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 5 months ago
- ☆20Updated 3 years ago
- Call the given method on each value in the given object.☆20Updated last year
- Run TSQuery in the TypeScript Playground☆12Updated 2 years ago
- ☆19Updated 6 years ago
- Loop over each item in an array and call the given function on every element.☆14Updated 7 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- fs read and write streams based on minipass☆21Updated 6 months ago
- TC39 proposal that affects doesn't stringify argument to import(...) early to enable interop with WICG/trusted-types☆18Updated 5 years ago
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆14Updated last month
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆10Updated 4 months 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
- Clone a Node.js HTTP response stream☆30Updated 7 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Check if a string has ANSI escape codes☆45Updated 6 months ago
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- plugin to generate a list of Git contributors☆13Updated 3 months ago
- Check if a path is inside another path☆37Updated 2 years ago
- Create ansi colors by passing open and close codes.☆18Updated 9 months ago
- Is this an arguments object? It's a harder question than you think.☆15Updated last month
- Utility to convert gitignore patterns into minimatch patterns☆11Updated last year
- Constants and utilities about visitor keys to traverse AST.☆42Updated 4 months ago
- Maps lines and columns to character offsets and back.☆24Updated last year
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Updated 7 years ago