process-nextick-args

WebJar for process-nextick-args

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

process-nextick-args
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

process-nextick-args
WebJar for process-nextick-args
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/calvinmetcalf/process-nextick-args

Download process-nextick-args

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/process-nextick-args/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>process-nextick-args</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/process-nextick-args/
implementation 'org.webjars.npm:process-nextick-args:2.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/process-nextick-args/
implementation ("org.webjars.npm:process-nextick-args:2.0.1")
'org.webjars.npm:process-nextick-args:jar:2.0.1'
<dependency org="org.webjars.npm" name="process-nextick-args" rev="2.0.1">
  <artifact name="process-nextick-args" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='process-nextick-args', version='2.0.1')
)
libraryDependencies += "org.webjars.npm" % "process-nextick-args" % "2.0.1"
[org.webjars.npm/process-nextick-args "2.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

process-nextick-args

Build Status

npm install --save process-nextick-args

Always be able to pass arguments to process.nextTick, no matter the platform

var pna = require('process-nextick-args');

pna.nextTick(function (a, b, c) {
  console.log(a, b, c);
}, 'step', 3,  'profit');

Versions

Version
2.0.1
2.0.0
1.0.7
1.0.6
1.0.2
1.0.0