mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 22:49:30 +08:00
11 lines
261 B
Text
11 lines
261 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "default", {
|
|
enumerable: true,
|
|
get: ()=>escapeCommas
|
|
});
|
|
function escapeCommas(className) {
|
|
return className.replace(/\\,/g, "\\2c ");
|
|
}
|