UNPKG

429 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.headerCase = void 0;
4var tslib_1 = require("tslib");
5var capital_case_1 = require("capital-case");
6function headerCase(input, options) {
7 if (options === void 0) { options = {}; }
8 return capital_case_1.capitalCase(input, tslib_1.__assign({ delimiter: "-" }, options));
9}
10exports.headerCase = headerCase;
11//# sourceMappingURL=index.js.map
\No newline at end of file