Skip to content

Variable: NAME_CASE_PRESETS

ts
const NAME_CASE_PRESETS: Record<string, RegExp>;

Defined in: packages/providers/src/types.ts:206

The built-in name-case patterns, tested against a class name without its leading dot.

Released under the MIT License