basic-math-functions
Advanced tools
+1
-4
@@ -5,5 +5,4 @@ #! usr/bin/env node | ||
| import chalkAnimation from 'chalk-animation' | ||
| let basicmathfunctions; | ||
| export default basicmathfunctions= async function basic_math_function(){ | ||
| // console.log(chalk.redBright('Two number calculator with four basic operations')) | ||
@@ -88,4 +87,2 @@ // function title() {console.log(chalkAnimation.rainbow('TWO DIGIT BASIC CALCULATOR? \n'))}; | ||
| }; | ||
| basicmathfunctions() |
+4
-3
| { | ||
| "name": "basic-math-functions", | ||
| "version": "1.0.8", | ||
| "version": "1.0.9", | ||
| "description": "", | ||
| "main": "bmaths.js", | ||
| "bin": "./answer.js", | ||
| "bin": "./bmaths.js", | ||
| "type": "module", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "start": "node bmaths.js" | ||
| }, | ||
@@ -11,0 +12,0 @@ "keywords": [], |
| import basicmathfunctions from "basic-math-functions" | ||
| basicmathfunctions |
3094
-5.09%2
-33.33%71
-6.58%