0.1.1 • Published 4 years ago

@dalisoft/args v0.1.1

Weekly downloads
70
License
MIT
Repository
github
Last release
4 years ago

args

Greenkeeper badge

A performant argument pass library

Features

  • Ability handle up to 10 arguments
  • Performant
  • Easy
  • Fallback to fn.apply(this, args)
  • UMD compatible

Installation

We recommend install via npm because of it's cache and flat node modules tree

npm i @dalisoft/args

then you able to import to Node.js/Browser easily

// Node.js
const args = require("@dalisoft/args");

// Browser
// window.args OR args

// ES6
import args from "@dalisoft/args";

Usage

args(fn: Function, arguments: any[])

License

MIT

0.1.1

4 years ago

0.1.0

4 years ago

0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago