mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:19:30 +08:00
4 lines
No EOL
110 B
Text
4 lines
No EOL
110 B
Text
var id = 0;
|
|
export default function _classPrivateFieldKey(name) {
|
|
return "__private_" + id++ + "_" + name;
|
|
} |