Initial commit of working RSS Aggregator build
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { ScriptLoader } from './script-loader';
|
||||
export { ScriptMetadata, Command, ScriptLoaderError } from './script-loader';
|
||||
declare const scriptLoader: ScriptLoader;
|
||||
export { ScriptLoader, scriptLoader };
|
||||
Reference in New Issue
Block a user