API reference › @evolu/common › Type › CamelCaseIdentifier
const CamelCaseIdentifier: identifier("camelCase")(String);
Defined in: packages/common/src/Type.ts:5740
A validated camelCase identifier, such as http2Port.
See identifier for the grammar and the conversion functions.