boats
Version:
Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.
13 lines (12 loc) • 473 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StringStyle = void 0;
var StringStyle;
(function (StringStyle) {
StringStyle["PascalCase"] = "PascalCase";
StringStyle["camelCase"] = "camelCase";
StringStyle["snakeCase"] = "snake_case";
StringStyle["kebabCase"] = "kebab-case";
StringStyle["asIs"] = "asIs";
StringStyle["dotNotation"] = "dotNotation";
})(StringStyle || (exports.StringStyle = StringStyle = {}));