add initial marp implementation with sample content and build configuration
This commit is contained in:
5
node_modules/mathjax-full/js/util/Retries.d.ts
generated
vendored
Normal file
5
node_modules/mathjax-full/js/util/Retries.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface RetryError extends Error {
|
||||
retry: Promise<any>;
|
||||
}
|
||||
export declare function handleRetriesFor(code: Function): Promise<any>;
|
||||
export declare function retryAfter(promise: Promise<any>): void;
|
||||
Reference in New Issue
Block a user