Initial commit of working RSS Aggregator build
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
declare type Constructor = new (...args: any[]) => void;
|
||||
declare function applyMixin(derivedConstructor: Constructor, mixinConstructor: Constructor): void;
|
||||
export default applyMixin;
|
||||
Reference in New Issue
Block a user