mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 20:12:48 +00:00
27 lines
660 B
JavaScript
27 lines
660 B
JavaScript
import {
|
|
require_upperFirst
|
|
} from "./chunk-U4DG5A5I.js";
|
|
import {
|
|
require_createCompounder
|
|
} from "./chunk-FLBLR3TU.js";
|
|
import {
|
|
__commonJS
|
|
} from "./chunk-USJHI7ER.js";
|
|
|
|
// node_modules/lodash/startCase.js
|
|
var require_startCase = __commonJS({
|
|
"node_modules/lodash/startCase.js"(exports, module) {
|
|
var createCompounder = require_createCompounder();
|
|
var upperFirst = require_upperFirst();
|
|
var startCase = createCompounder(function(result, word, index) {
|
|
return result + (index ? " " : "") + upperFirst(word);
|
|
});
|
|
module.exports = startCase;
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_startCase
|
|
};
|
|
//# sourceMappingURL=chunk-GEPC75VD.js.map
|