2 lines
95 B
JavaScript
2 lines
95 B
JavaScript
var c=Object.defineProperty;var d=(a,b)=>c(a,"name",{value:b,configurable:!0});export{d as a};
|