Function tree utils for integration with redux
TypeScript definitions for stack-utils
Shared Vitest utility functions
No description provided.
ICSS utils for postcss ast
Utilities for building json tree data
AST utils for webassemblyjs
The official runtime utils for Standard Schema
A set of utility functions commonly used by unplugins.
merge() utility function
Collection of utility functions used in web3.js.
TypeScript definitions for @babel/helper-plugin-utils
Minimalistic tools for JS crypto modules
Component testing utils for Vue 3.
Opinionated collection of common JavaScript / TypeScript utils by @antfu
Cacheable Utilities for Caching Libraries
A small collection of utilities for making functions somewhat resilient against errors.
Utility functions for requester implementatons used in @gitbeaker
Safe Json Utils
The official, runtime independent Language Service for GraphQL
Utils to manage your React Children; find and filter children by type or custom function, enforce child content, and more!
Color helpers to ease transformation between formats, gamut, etc
Library for text document utility functions and types
General utilities for plugins to use
Hitsuji is a library that implements a tree data structure, where each node is represented by a value, points to other values, or performs a function on some values. When the tree is updated, the inputs to the functions will change, hence changing the outputs, eventually propagating the update through the entire tree. Data structures can also be exported to disk, allowing for wide applications of this software, e.g. handling big data, managing content, etc.
Diru is a Change Directory (cd) utility for augmenting Unix Shell functionality. Diru makes it easy and efficient to jump around in Project's directories. Diru uses client/server architecture, which enables sharing of directory info and state between terminal sessions. Each Server serves one Project, which is a tree of related directories where user wants to jump around and which has a logical root. There can be multiple Servers, if user needs to access multiple Projects concurrently. Client queries directory info from Server and directory change is pushed to Shell in order to change the current directory within the Shell.