1.0.0 • Published 2 years ago

to-the-power-of-zero v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

to-the-power-of-zero

Simple npm package that tells you what a number to the power of zero is!

Usage

Installing

npm i to-the-power-of-zero -P

Importing

const toThePowerOfZero = require("to-the-power-of-zero");

Usage

console.log(toThePowerOfZero(2));

API

toThePowerOfZero(number: Number): Number

Returns the result of raising number to the power of 0.

1.0.0

2 years ago