0.0.6 • Published 3 years ago

@taufik-nurrohman/not v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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));
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago