esm-square-calculator

1.1.0 • Public • Published

ESM Square Calculator

A simple ESM module for calculating the square of a number.

Installation

You can install the package using npm:

npm install esm-square-calculator

Usage

Here's how you can use the esm-square-calculator module in your project:

import { calculateSquare } from 'esm-square-calculator';

const squaredNumber = calculateSquare(5);
console.log(squaredNumber); // Output: 25

Readme

Keywords

none

Package Sidebar

Install

npm i esm-square-calculator

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

838 B

Total Files

3

Last publish

Collaborators

  • aryamohanan