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

Function classify

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected