sindresorhus / component-typeLinks
Type assertions aka less-broken `typeof`
☆95Updated 2 years ago
Alternatives and similar repositories for component-type
Users that are interested in component-type are comparing it to the libraries listed below
Sorting:
- Ensures a value is a valid error by making it one if not☆86Updated 4 months ago
- Get namespaced config from the closest package.json☆121Updated 2 years ago
- Create a hash for file revving☆108Updated 2 years ago
- Reduce a list of values using promises into a promise for a value☆74Updated 2 years ago
- Get the path of the caller module☆67Updated 4 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Locate a program or locally installed node module's executable☆78Updated 9 years ago
- Get the dependencies of an ES6 module by traversing its AST☆36Updated this week
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated this week
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Compose promise-returning & async functions into a reusable pipeline☆126Updated 4 years ago
- Truncate a URL to a specific length☆62Updated 4 months ago
- Indent each line in a string☆115Updated 3 years ago
- Array.prototype.includes spec-compliant polyfill☆43Updated last month
- Conditional promise chains☆63Updated 4 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated last week
- Expand CSS shorthand properties☆49Updated 4 years ago
- Import a module like with `require()` but from the current working directory☆54Updated 3 years ago
- Deprecated: use https://github.com/rollup/rollup-plugin-virtual instead☆22Updated 8 years ago
- Define a lazily evaluated property on an object☆67Updated 2 years ago
- Serialize a module into an easier format to work with☆34Updated 3 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Check if a value is a plain object☆104Updated last year
- Tests whether one path is inside another path☆43Updated 5 years ago
- Toggle the CLI cursor☆113Updated last year
- A better `Promise.race()`☆51Updated 3 years ago
- A simple mock injector compatible needing no instrumentation in the libraries being tested☆33Updated 5 years ago
- Rename a function☆46Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support