source: imaps-frontend/node_modules/param-case/dist/index.js@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 409 bytes
RevLine 
[79a0317]1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.paramCase = void 0;
4var tslib_1 = require("tslib");
5var dot_case_1 = require("dot-case");
6function paramCase(input, options) {
7 if (options === void 0) { options = {}; }
8 return dot_case_1.dotCase(input, tslib_1.__assign({ delimiter: "-" }, options));
9}
10exports.paramCase = paramCase;
11//# sourceMappingURL=index.js.map
Note: See TracBrowser for help on using the repository browser.