UNPKG

@anandabastakoti/sum-of-digits

Version:

This is the firs npm package I developed in which the function takes an positive integer and returns the sum of all the digits

20 lines (19 loc) 526 B
{ "name": "@anandabastakoti/sum-of-digits", "version": "1.0.0", "description": "This is the firs npm package I developed in which the function takes an positive integer and returns the sum of all the digits", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "(https://github.com/iamanandabastakoti/sum-of-digits.git)" }, "keywords": [ "Sum", "Digits" ], "author": "Ananda Bastakoti", "license": "ISC" }