0.0.1 • Published 1 year ago

herry_sum_function v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Sum Function In this Package

step 1 :-create react project

step 2:-if we use sum function, open the terminal and run this command npm i herry_sum_function This will add herry_sum_function to your PATH. For the command line options, you can run herry_sum_function --help:

> colorify --help

Usage: herry_sum_function [options] [command]


Commands:

  help                     print help information (alias for using -h or --help)

Options:

  -h, --help     output usage information
  -v, --version  output the version number

Examples

import { Log } from 'herry_sum_function';

 useEffect(()=>{
    Log.sum(10,20)
  },[])
0.0.1

1 year ago