UNPKG

alinea

Version:
14 lines (12 loc) 252 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/core/db/IndexEvent.ts var IndexEvent = class _IndexEvent extends Event { constructor(data) { super(_IndexEvent.type); this.data = data; } static type = "index"; }; export { IndexEvent };