UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

7 lines 261 B
import { __assign } from "tslib"; import { dotCase } from "dot-case"; export function paramCase(input, options) { if (options === void 0) { options = {}; } return dotCase(input, __assign({ delimiter: "-" }, options)); } //# sourceMappingURL=index.js.map