git.delta.rocks / unique-network / refs/commits / 4ce643d7d57f

difftreelog

fix after rebase

Daniel Shiposha2022-10-11parent: #885653b.patch.diff
in: master

1 file changed

modifiedtests/src/util/playgrounds/unique.tsdiffbeforeafterboth
2772 }2772 }
2773}2773}
2774
2775export type UniqueHelperConstructor = new(...args: any[]) => UniqueHelper;
27762774
2777// eslint-disable-next-line @typescript-eslint/naming-convention2775// eslint-disable-next-line @typescript-eslint/naming-convention
2778function ScheduledUniqueHelper<T extends UniqueHelperConstructor>(Base: T) {2776function ScheduledUniqueHelper<T extends UniqueHelperConstructor>(Base: T) {