JSON parse & stringify that supports binary via bops & base64
Strip flow type annotations from your output code.
utility to return a react components display name
Does a shallow comparison of two objects, returning false if the keys or values differ.
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
extend like a boss
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
[React](https://react.dev/) UI components for the [AI SDK](https://ai-sdk.dev/docs):
Promisifies all the selected functions in an object
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
Babel plugin to add react-docgen info into your code
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
React scrollbars component
Helper function to build react jsx
Caseless object set/get/has, very useful when working with HTTP headers.
Monaco Editor for React
Gracefully parse ECMAScript static imports 💃
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Allow parsing of object rest/spread
Simple react.js component for a search input, providing a filter function.
ECMAScript AST recursive visitor
Tiny utility to create unions and de-duplicated lists
Compile ES2015 object super to ES5
Extend an object with the properties of additional objects. node.js/javascript util.