github-pages-deploy-action/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js

4 lines
110 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
var id = 0;
export default function _classPrivateFieldKey(name) {
return "__private_" + id++ + "_" + name;
}