Initial commit of working RSS Aggregator build
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { CallbackFunction } from "./types";
|
||||
export interface IOptions {
|
||||
spread: boolean;
|
||||
}
|
||||
export default function asCallback<T>(promise: Promise<T>, nodeback: CallbackFunction<T>, options?: IOptions): Promise<T>;
|
||||
Reference in New Issue
Block a user