jorgebucaran / classcat

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

fix: add missing default function name to type definition #43

Closed Birdie0 closed 4 months ago

Birdie0 commented 4 months ago

With it cc function gets suggested by IntelliSense when typed

fixes #42

jorgebucaran commented 4 months ago

Users can still import the function with any name they prefer without TypeScript generating errors, correct?

Birdie0 commented 4 months ago

Yes, shouldn't break anything.