1.6.0 • Published 5 years ago

random-functions-library v1.6.0

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

Random functions for beginner practice

Commitizen friendly semantic-release PRs Welcome travis build codecov coverage

A collection of random function in a npm package using es6

HOW TO USE RANDOM-FUNCTIONS-LIBRARY

Module installation

npm install --save-dev random-functions-library

Usage in ES6 enviroment

import {add} from 'random-functions-library'

const sum = add(1,9)

Usage in normal ES5

const rfl = require('random-functions-library') //rfl as in random functions library

const sum = rfl.add(1,9)

LICENSE

MIT

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago