is-not-thirteen

WebJar for is-not-thirteen

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-not-thirteen
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

is-not-thirteen
WebJar for is-not-thirteen
Project URL

Project URL

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

Source Code Management

https://github.com/haggy/is-not-thirteen

Download is-not-thirteen

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : is-thirteen jar [2.0.0]

Project Modules

There are no modules declared in this project.

NOT 13

This is the inverse off the popular is-thirteen library. Though make no mistake, on this side of the line we favor non thirteen numbers and believe that 12 is the new 13.

Usage

var is = require('is-not-thirteen');

// This adopts the DSL from the is-thirteen lib but
// adds a "not" operation
is(12).not.thirteen(); // true
is(12).not.roughly.thirteen(); // true
is(1).not.within(10).of.thirteen(); // true

The most important API function

// Check to see if a given number is not better than twelve
is(13).not.betterThanTwelve(); // true
is(10).not.betterThanTwelve(); // true
is(12).not.betterThanTwelve(); // DONT DO THIS, will collapse the universe

Versions

Version
0.0.1