random-functions-library

1.6.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i random-functions-library

Weekly Downloads

0

Version

1.6.0

License

MIT

Unpacked Size

26.3 kB

Total Files

15

Last publish

Collaborators

  • yeohsoonkeat