UNPKG

@custom-elements-manifest/analyzer

Version:

<!-- [=> See Source <=](../../docs/analyzer/index.md) -->

5 lines (3 loc) 152 B
import {MyMixin} from '@ext-scoped/with-export-map'; import {MyClass} from './MyClass.js'; export class MyClassWithMyMixin extends MyMixin(MyClass) {}