New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

yup-nope

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yup-nope

A library for boolean aliases

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

yup-nope

A library for boolean aliases to help you make your code more confusing and make your coworkers hate you.

Installation

Using npm:

npm install --save yup-nope

Using yarn:

yarn add yup-nope

Usage

The library yup-nope exports a number of boolean aliases you can use instead of true and false. They are all named exports, so you can use them like this:

import { yup, nope } from "yup-nope";

// Let’s not get fixated on the fact that
// the below function could be written as
// const isNumberOdd = number => number % 2 === 1

const isNumberOdd = (number) => {
  if (number % 2 === 1) {
    return yup;
  }
  return nope;
};

Aliases

Aliases for true are:

  • absolutely
  • achcha
  • affirmative
  • agreed
  • alright
  • alrighty
  • amen
  • assuredly
  • aye
  • ayuh
  • betcha
  • certain
  • certainly
  • cha
  • chaa
  • definite
  • definitely
  • defo
  • fine
  • forsooth
  • indeed
  • indubitably
  • kay
  • mHmm
  • mkay
  • ok
  • okay
  • oke
  • okeyDoke
  • okeyDokey
  • positive
  • right
  • righty
  • rightyHo
  • rightyO
  • roger
  • rogerThat
  • sure
  • surely
  • totally
  • totes
  • uhHuh
  • undoubted
  • undoubtedly
  • unquestionable
  • unquestionably
  • verily
  • word
  • ya
  • yarp
  • yas
  • ye
  • yea
  • yeah
  • yep
  • yepperdoodles
  • yeppers
  • yes
  • yesh
  • yiss
  • yomp
  • yup
  • yupperdoodles
  • yuppers
  • yush

Aliases for false are:

  • aHoax
  • aLie
  • bollocks
  • fakeNews
  • nae
  • nah
  • nahUh
  • naw
  • nay
  • negative
  • negatory
  • nix
  • nizz
  • no
  • noNo
  • nonsense
  • nope
  • noway
  • nowise
  • rubbish
  • sham
  • simplyNotTrue
  • yeahNah
  • yeahRight
  • youMustBeKidding

Testimonials

“Thank you for spearheading the effort to standardize the introduction of absurdist relativism into an otherwise chaotic landscape. ” – Christopher Likins

“This is what we didn’t need. Thanks again! ” – Cristian Florea

Disclaimer

Please don’t use this library. Or at least use it at your own risk of (including but not limited to) being frowned upon, ridiculed, or fired from your job.

You were warned.

License

Licensed under MIT. Do what you will.

Keywords

yup

FAQs

Package last updated on 20 May 2022

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