UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

7 lines 274 B
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