Skip to content

tractorcow/yesnt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yesnt

Build Status

Provides non-yes boolean logic augmentation

Note: notnt support not currently supported

installation

composer require tractorcow/yesnt

usage

<?php

use function TractorCow\Yesnt\yesnt;

require 'vendor/autoload.php';

if (yesnt()) {
    echo "um, why are you here?";
} else {
    echo "yes, but not";
}

About

Provides non-yes boolean logic augmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages