9.0.0 • Published 2 years ago

@priya_dev/simple v9.0.0

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

Simple

npm (scoped)

Converts Celcius to Fahrenheit

Install

$ npm install @priya_dev/simple

Usage

const simple = require("@priya_dev/simple");

simple(35);
//=> 35'C is 99'F

simple('35');
//=> Uncaught TypeError: Simple wants a number!
//    at simple(<anonymous>:2:41)
//    at <anonymous>:1:1
9.0.0

2 years ago

8.0.0

2 years ago

7.0.1

2 years ago

7.0.0

2 years ago

6.0.0

2 years ago

5.0.0

2 years ago

4.0.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago