missing-native-js-functions
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

npm version npm downloads

Missing Native Functions

A zero-dependecy JavaScript utility library delivering missing native functions 💼

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.

Package Sidebar

Install

npm i missing-native-js-functions

Weekly Downloads

60,707

Version

1.4.3

License

ISC

Unpacked Size

134 kB

Total Files

48

Last publish

Collaborators

  • flam3rboy
  • xnacly
  • intevel
  • samuelscheit