Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

taufik-nurrohman/not

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditional Utility

See @taufik-nurrohman/is. This is the opposite version.

Usage

CommonJS

const {notString} = require('@taufik-nurrohman/not');

console.log(notString(false));

ECMAScript

import {notString} from '@taufik-nurrohman/not';

console.log(notString(false));