@dalisoft/args
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @dalisoft/args

Weekly Downloads

62

Version

0.1.1

License

MIT

Unpacked Size

10.5 kB

Total Files

9

Last publish

Collaborators

  • dalisoft