sosimplejs
v1.0.4
Published
Javascript but more simple
Readme
Usage
const { Do, print, error } = require('sosimplejs');
Do(() => {
print("Hello, World!"); (console.log)
error("This is an error!"); (console.error)
});Install Locally
npm install sosimplejs