common-fns

All the functions that are generic enough and used often!

Usage no npm install needed!

<script type="module">
  import commonFns from 'https://cdn.skypack.dev/common-fns';
</script>

README

Motivation

All the functions that are generic enough and used often!

Get started

Install

npm install --save common-fns
# or
yarn add common-fns

Use

import { noop } from 'common-fns'

console.log(noop()) // undefined