source:
imaps-frontend/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 207 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | var id = 0; |
2 | function _classPrivateFieldKey(e) { | |
3 | return "__private_" + id++ + "_" + e; | |
4 | } | |
5 | module.exports = _classPrivateFieldKey, module.exports.__esModule = true, module.exports["default"] = module.exports; |
Note:
See TracBrowser
for help on using the repository browser.