Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

wTools

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wTools

Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind.


Version published
Maintainers
1
Created

module::Tools status stable

Collection of general purpose tools for solving problems. Fundamentally extend the language without spoiling, so may be used solely or in conjunction with another module of such kind. Tools contain hundreds of routines to operate effectively with Array, SortedArray, Map, RegExp, Buffer, Time, String, Number, Routine, Error and other fundamental types. The module provides advanced tools for diagnostics and errors handling. Use it to have a stronger foundation for the application.

Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
will .npm.install
node sample/trivial/Sample.s

Make sure you have utility willbe installed. To install willbe: npm i -g willbe@stable. Willbe is required to build of the module.

To add to your project

npm add 'wTools@stable'

Willbe is not required to use the module in your project as submodule.

To use on a web page

Add to you HTML page:

<script src="https://cdn.jsdelivr.net/npm/wTools/out/release.min/Main.s"></script>

Credits

Special thanks to wtklbm.

FAQs

Package last updated on 09 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts