UNPKG

sweetpea

Version:

Signal and Web Component Enhanced Web Apps

10 lines (7 loc) 185 B
export default Inheritance => class DataContext extends Inheritance { context = {}; removeSubscription(){ this.subscriptions.map(x=>x.subscription()) return this; } }