Updating the `classnames` package for 2021
Alex Moon on
I was recently using the invaluable classnames tool in a project and thought to myself, what’s under the hood? Well here it is: By looking at it, I’m guessing this code is ES3 compatible. This is on purpose and means without transpilation, the code can be run in just about any browser since IE 8. […]