0.1.0 • Published 4 months ago

mufn v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Multiple Utility Functions

MUFn is short for Multiple Utility Functions.

This package contains common functions, types/interfaces and useful helpers I commonly use on my projects, all-in-one set merged in a single place.

Installation

npm i mufn

Usage

To use any of the public methods, import it as any other import.

import { hasOwnProperty } from 'mufn';

hasOwnProperty(o, p);

Exports with @internal are not recommended to use since it's internal files, it may suffer break changes.

Documentation

The docs are generated as static html by TypeDoc.

0.1.0

4 months ago