@lengineerc/utils
v1.0.7
Published
Some useful functions, tools, and others.
Readme
🛠️ js-utils
A collection of common utility functions, utility classes, and data structures, saving you the trouble of rewriting functions when starting new projects.
Works in both Node.js and browsers
📄 Documentation
⬇️ Installation
npm install @lengineerc/utils🏭 Automation Scripts
gen:docs: Automatically parse JSDoc comments from exported objects and generate documentation (feature is incomplete, it's best not to write JSDoc on non-exported objects)new: Quickly create files needed for new components and modify corresponding export files
Under continuous development...
