📃 JSDoc for Typescript added
This commit is contained in:
@@ -24,7 +24,17 @@ export async function walkFolder(path: string): Promise<Array<IFolderData>> {
|
||||
})
|
||||
.catch((error) => error);
|
||||
}
|
||||
|
||||
/**
|
||||
* Renders an entire login page with email and password fields
|
||||
* using {@link Renderer}.
|
||||
*
|
||||
* Used by external plugins
|
||||
*
|
||||
* @param {Object} options
|
||||
* @param {String} options.action login form action
|
||||
* @param {String} [options.errorMessage] optional messaga
|
||||
* @return {Promise<string>} HTML of the page
|
||||
*/
|
||||
export const fetchComicBookMetadata = (options) => async (dispatch) => {
|
||||
const extractionOptions = {
|
||||
sourceFolder: options,
|
||||
|
||||
Reference in New Issue
Block a user