This package has been deprecated

Author message:

this package has been deprecated

fn-utils-lib

2.1.0 • Public • Published

fn-utils-lib

A repository for semantic-release test

Install

yarn add fn-utils-lib # npm install fn-utils-lib 

Usage

const { sum } = require('fn-utils-lib')
 
// ... YOUR CODE HERE

Functions

sum(number1, number2)

Returns a sum of two numbers

sum(1, 3) // 4

subtract(number1, number2)

subtract(3, 1) // 2

Author

Emanuel Gonçalves

Readme

Keywords

none

Package Sidebar

Install

npm i fn-utils-lib

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

4.29 kB

Total Files

8

Last publish

Collaborators

  • emanuelgsouza