A comprehensive JavaScript utility library with various helper functions
npm install wy-helperbash
npm install wy-helper
or
pnpm add wy-helper
or
yarn add wy-helper
`
Features
$3
- tokenParser - Token parsing utilities
- infixLang - Infix language processing
- kanren - Logic programming utilities
- ObserverCenter - Observer pattern implementation
- router - Routing utilities
- forceLayout - Force-directed layout algorithms
- viteImportmap - Vite import map utilities
- infix-o - Infix operation utilities
$3
- d3-binarytree - Binary tree data structures
- d3-octree - Octree data structures
- d3-quadtree - Quadtree data structures
Usage
`typescript
// Import from main module
import {} from / utilities / 'wy-helper';
// Import specific modules
import {} from / parser utilities / 'wy-helper/tokenParser';
import {} from / kanren utilities / 'wy-helper/kanren';
import {} from / router utilities / 'wy-helper/router';
import {} from / observer utilities / 'wy-helper/ObserverCenter';
`
Submodule Exports
- wy-helper/tokenParser - Token parsing functionality
- wy-helper/infixLang - Infix language processing
- wy-helper/kanren - Logic programming tools
- wy-helper/ObserverCenter - Observer pattern utilities
- wy-helper/router - Routing functionality
- wy-helper/forceLayout - Layout algorithms
- wy-helper/viteImportmap - Vite integration
- wy-helper/infix-o` - Infix operations