amartha-web-utils
v1.5.0
Published
Simple supply chain POC utility package
Downloads
12
Readme
amartha-web-utils
Simple supply chain POC utility package
Installation
npm install amartha-web-utilsUsage
const { helloWorld } = require('amartha-web-utils');
helloWorld(); // prints "Hello World"