UNPKG

@joist/element

Version:

Intelligently apply styles to WebComponents

8 lines 260 B
import { metadataStore } from "./metadata.js"; export function ready() { return function readyDecorator(val, ctx) { const metadata = metadataStore.read(ctx.metadata); metadata.onReady.add(val); }; } //# sourceMappingURL=lifecycle.js.map