MCPcopy Create free account
hub / github.com/TruthHun/BookStack / classify

Function classify

static/vuejs/vue.runtime.js:554–556  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

552 var hasConsole = typeof console !== 'undefined';
553 var classifyRE = /(?:^|[-_])(\w)/g;
554 var classify = function (str) { return str
555 .replace(classifyRE, function (c) { return c.toUpperCase(); })
556 .replace(/[-_]/g, ''); };
557
558 warn = function (msg, vm) {
559 if (hasConsole && (!config.silent)) {

Callers 1

vue.runtime.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected