UNPKG

@benev/praxis

Version:
9 lines 212 B
export class LoadingOperation { newRender; tasks; constructor(tasks, newRender) { this.newRender = newRender; this.tasks = new Set(tasks); } } //# sourceMappingURL=operation.js.map