Files
to_docx/client/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js
T
Chen Xiao 0b64e2de94 First commit.
Signed-off-by: Chen Xiao <abigwc@gmail.com>
2026-05-08 14:43:16 +08:00

13 lines
272 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _classPrivateFieldKey;
var id = 0;
function _classPrivateFieldKey(name) {
return "__private_" + id++ + "_" + name;
}
//# sourceMappingURL=classPrivateFieldLooseKey.js.map