mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-09 11:32:49 +00:00
23 lines
559 B
JavaScript
23 lines
559 B
JavaScript
import {
|
|
require_createCompounder
|
|
} from "./chunk-FLBLR3TU.js";
|
|
import {
|
|
__commonJS
|
|
} from "./chunk-USJHI7ER.js";
|
|
|
|
// node_modules/lodash/kebabCase.js
|
|
var require_kebabCase = __commonJS({
|
|
"node_modules/lodash/kebabCase.js"(exports, module) {
|
|
var createCompounder = require_createCompounder();
|
|
var kebabCase = createCompounder(function(result, word, index) {
|
|
return result + (index ? "-" : "") + word.toLowerCase();
|
|
});
|
|
module.exports = kebabCase;
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_kebabCase
|
|
};
|
|
//# sourceMappingURL=chunk-7TLRUJTW.js.map
|