Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madmax3365/classnames


https://github.com/madmax3365/classnames

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Classnames

This is a simple, zero-dependency library, it provides a single function that
takes `string`, `undefined`, `null`, `boolean` type varargs and returns a `string` with all falsy values removed,
deduplicated and
the rest joined with a space.