skulptur / common-fns

Common utility functions for Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common utility functions for Typescript

License:MIT License


Languages

Language:TypeScript 62.1%Language:HTML 37.9%