Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mytecor/cnj

The simplest classnames joiner (50B only)
https://github.com/mytecor/cnj

Last synced: 4 days ago
JSON representation

The simplest classnames joiner (50B only)

Awesome Lists containing this project

README

        

# cnj

The simplest classnames joiner (50B only)

## Usage example

```js
import { cnj } from 'cnj'

cnj('foo', false && 'bar', 'baz') // 'foo baz'
```