swarmlib
v0.1.1
Published
The official SwarmLib shared library package.
Maintainers
Readme
swarmlib
swarmlib is the official npm package for the SwarmLib shared library
project.
Install
npm install swarmlibStatus
The package currently exports project metadata for the public SwarmLib package name. Shared library APIs are expected to be published here as the project develops.
API
const swarmlib = require('swarmlib');
console.log(swarmlib.name);
console.log(swarmlib.status);Links
- Repository: https://github.com/swarmscript/swarmlib
- Issues: https://github.com/swarmscript/swarmlib/issues
