wy-helper
v1.1.0
Published
A comprehensive JavaScript utility library with various helper functions
Maintainers
Readme
wy-helper
A comprehensive JavaScript utility library with various helper functions.
Installation
npm install wy-helper
# or
pnpm add wy-helper
# or
yarn add wy-helperFeatures
Core Modules
- 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
Dependencies
d3-binarytree- Binary tree data structuresd3-octree- Octree data structuresd3-quadtree- Quadtree data structures
Usage
// 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 functionalitywy-helper/infixLang- Infix language processingwy-helper/kanren- Logic programming toolswy-helper/ObserverCenter- Observer pattern utilitieswy-helper/router- Routing functionalitywy-helper/forceLayout- Layout algorithmswy-helper/viteImportmap- Vite integrationwy-helper/infix-o- Infix operations
Development
See the main README for development setup instructions.
License
MIT
