UNPKG

@thi.ng/api

Version:

Common, generic types, interfaces & mixins

7 lines (6 loc) 127 B
const configurable = (state) => function(_, __, descriptor) { descriptor.configurable = state; }; export { configurable };