mufn
v0.1.0
Published
A simple Multiple Utility Functions library.
Downloads
2
Maintainers
Readme
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.