mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-11 09:43:24 +08:00
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
var id = 0;
|
|
function _classPrivateFieldKey(e) {
|
|
return "__private_" + id++ + "_" + e;
|
|
}
|
|
export { _classPrivateFieldKey as default }; |