@taufik-nurrohman/not

0.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @taufik-nurrohman/not

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

3.64 kB

Total Files

5

Last publish

Collaborators

  • taufik-nurrohman