Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mytecor/cnj
- Owner: mytecor
- License: mit
- Created: 2022-02-15T15:09:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T22:35:07.000Z (about 2 years ago)
- Last Synced: 2024-12-10T23:23:40.913Z (13 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```