ravikadia12dm

1.0.11 • Public • Published

Common Javascript function

This module is useful for common javascript function. Main purpose of developing this module is reusable of code.


Requirements

For development, you will only need Node.js and a node global package.

  • Package installation

    You can install ravikadia12dm package, just run the following commands.

    $ npm install ravikadia12dm
    

Configure app

Open your node js code and all you will need is:

  • Import package in your file;

    var ravitest = require('ravikadia12dm');

  • Addition of two number

    ravitest.sumCal(15,20);

  • Subscription of two number

    ravitest.subCal(20,15);

  • According above use all listed function

Readme

Keywords

none

Package Sidebar

Install

npm i ravikadia12dm

Weekly Downloads

1

Version

1.0.11

License

ISC

Unpacked Size

2.34 kB

Total Files

4

Last publish

Collaborators

  • ravikadia12