noop2

WebJar for noop2

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

noop2
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

noop2
WebJar for noop2
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/yoshuawuyts/noop2

Download noop2

How to add to project

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

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.

noop2

NPM version build status Test coverage Downloads

No operation as a module™. The long awaited successor to noop. Noop2 does even less than its predecessor, and is 100% tested to guarantee nothing happens.

Installation

npm install noop2

Usage

var noop = require('noop2');

noop();
// nothing happened

Why?

This is both a joke and actually useful. Obviously we might be taking npm a bit too far by bundling this as a module, but when running tests it's sometimes nice to be able to import an empty function if only to keep style consistent. So here you have it.

See also

License

MIT

Versions

Version
2.0.0