Type pattern enforcing camelCase naming convention.
Must start with lowercase letter, followed by letters and digits. Used for TypeScript variable, function, and property names.
Examples: "userProfile", "createdAt", "httpResponse"
"userProfile"
"createdAt"
"httpResponse"
Samchon
Type pattern enforcing camelCase naming convention.
Must start with lowercase letter, followed by letters and digits. Used for TypeScript variable, function, and property names.
Examples:
"userProfile","createdAt","httpResponse"