This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/header-case/dist.es2015/index.js

7 lines
274 B
JavaScript

import { __assign } from "tslib";
import { capitalCase } from "capital-case";
export function headerCase(input, options) {
if (options === void 0) { options = {}; }
return capitalCase(input, __assign({ delimiter: "-" }, options));
}
//# sourceMappingURL=index.js.map