UNPKG

101 BJavaScriptView Raw
1const nomixin = (_, __, descriptor) => {
2 descriptor.configurable = false;
3};
4export {
5 nomixin
6};