Skip to content

Simple npm package that tells you what a number multiplied by zero is!

License

Notifications You must be signed in to change notification settings

conqr2/times-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

times-zero

Simple npm package that tells you what a number multiplied by zero is!

Usage

Installing

npm i times-zero -P

Importing

const timesZero = require("times-zero");

Usage

console.log(timesZero(2));

API

timesZero(number: Number): Number

Returns the result of multiplying number by 0.

About

Simple npm package that tells you what a number multiplied by zero is!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published