UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

9 lines (8 loc) 207 B
export declare enum StringStyle { PascalCase = "PascalCase", camelCase = "camelCase", snakeCase = "snake_case", kebabCase = "kebab-case", asIs = "asIs", dotNotation = "dotNotation" }