API reference › @evolu/common › Type › KebabCaseIdentifier
const KebabCaseIdentifier: identifier("kebab-case")(String);
Defined in: packages/common/src/Type.ts:5773
A validated kebab-case identifier, such as http2-port.
See identifier for the grammar and the conversion functions.