0.0.6 • Published 4 years ago

@taufik-nurrohman/not v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago