UNPKG

@studiometa/js-toolkit

Version:

A set of useful little bits of JavaScript to boost your project! 🚀

13 lines (12 loc) • 206 B
function withName(BaseClass, name) { return class extends BaseClass { static config = { ...BaseClass.config, name }; }; } export { withName }; //# sourceMappingURL=withName.js.map