MCPcopy Index your code
hub / github.com/TruthHun/BookStack / classify

Function classify

static/vuejs/vue.runtime.esm.js:548–550  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

546 var hasConsole = typeof console !== 'undefined';
547 var classifyRE = /(?:^|[-_])(\w)/g;
548 var classify = function (str) { return str
549 .replace(classifyRE, function (c) { return c.toUpperCase(); })
550 .replace(/[-_]/g, ''); };
551
552 warn = function (msg, vm) {
553 if (hasConsole && (!config.silent)) {

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected