is-wambo
v1.0.9
Published
Is the String Wambo?
Downloads
501
Readme
Wambo Checker 🕵️♀️🧽
A lightweight NPM package that checks if a string is exactly 'Wambo'. Inspired by the legendary scene from SpongeBob SquarePants, this tool is perfect for all fans of Patrick, Mermaid Man, and the science of Wambology! 🐚🦸♂️
Installation 📦
Install the package via NPM:
npm i is-wambo
Usage 🚀
Import the package and use the isWambo
function:
const isWambo = require('wambo-checker');
console.log(isWambo('Wambo')); // true
console.log(isWambo('wambo')); // true
console.log(isWambo('wumbo')); // false
console.log(isWambo('Patrick')); // false
Why Wambo? 🤔
For the uninitiated: Wambo is an iconic term from the SpongeBob episode "Shrinkage Day". Patrick explains to SpongeBob the versatile application of Wambo:
"I wambo, you wambo, he/she/it wambos; wambo, to wambo, wamboing, have wamboed... Wamborama, Wambology, the study of Wambo. It's first-grade, SpongeBob!"
Features ✨
- Simple: Just one function! Check if your input is
Wambo
. - Lightweight: Minimal code, maximum fun.
- Nostalgic: For everyone who grew up with SpongeBob and Patrick.
API 🛠️
isWambo(input: string): boolean
- input: The string to be checked.
- Return value: Returns
true
if the string isWambo
(case-insensitive), otherwisefalse
.
License 📄
This package is released under the ISC License.
Wambology: It's not just science, it's a way of life. 🌈🚀