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

Function classify

static/vuejs/vue.js:558–560  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected