UNPKG

winbox-ui-next

Version:

We Design Vue 2.0: A Vue.js 3 UI Library

8 lines (7 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports[Symbol.toStringTag] = "Module"; const toKebabCase = (string) => { return string.replace(/\B([A-Z])/g, "-$1").toLowerCase(); }; exports.toKebabCase = toKebabCase;