jorgebucaran / classcat

Build a class attribute string quickly
MIT License
906 stars 22 forks source link

fix: add missing supported types in index.d.ts #41

Closed motss closed 2 years ago

motss commented 2 years ago

Description

Fix #40 by adding missing null and undefined in the typings. No code change is needed as the function already supports null and undefined.