Socket
Book a DemoInstallSign in
Socket

@dalisoft/args

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dalisoft/args

A performant argument pass library

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

args

FAQs

Package last updated on 16 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts