missing-native-js-functions
v2.0.0
Published
mnJSf that should be the base library for every JS project
Readme
Why use mnjsf?
mnjsf delivers functions missing from JavaScript
❯ 💼 Zero-Dependency Built without a dependency hell
❯ 📐 Lightweight 2.5KB
❯ 🌐 NodeJS/Browser Support use mnjsf in a browser or a Node.js application
❯ ✨ Direct Call of utility functions on variables ([].last())
This library extends the properties of Array, Object, Promise, Global, Math, Number and String
Documentation
Installation
npm i missing-native-js-functions
# or "yarn add missing-native-js-functions"Usage
ES5 import
require("missing-native-js-functions");ES6 import
import "missing-native-js-functions";use in Browser
<script src="https://cdn.jsdelivr.net/npm/missing-native-js-functions/dist/mnjsf.min.js"></script>License
Made with 💚 Published under MIT License.
