-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Description
I was wondering about types/constructors. Here you suggest {String} as type definition for a string parameter. The original JSDoc seems to use lowercase type names for scalars and uppercase constructor names for Objects or Arrays.
Is there any particular reason you define string with constructor name (String) rather than its type (string)?