README
What is this
This me learning now to publish and npm package :)
Installation
npm install osazi-area
import {area} from 'osazi-area'
const area = new Area(4)
console.log(area.square())
This me learning now to publish and npm package :)
<script type="module">
import areaModule2 from 'https://cdn.skypack.dev/area-module2';
</script>
This me learning now to publish and npm package :)
npm install osazi-area
import {area} from 'osazi-area'
const area = new Area(4)
console.log(area.square())