mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
5 lines
No EOL
134 B
JavaScript
5 lines
No EOL
134 B
JavaScript
var id = 0;
|
|
function _classPrivateFieldKey(e) {
|
|
return "__private_" + id++ + "_" + e;
|
|
}
|
|
export { _classPrivateFieldKey as default }; |