fix
This commit is contained in:
10
book/node_modules/honkit/lib/modifiers/summary/removeArticle.d.ts
generated
vendored
Normal file
10
book/node_modules/honkit/lib/modifiers/summary/removeArticle.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
Remove an article from a level.
|
||||
|
||||
@param {Summary} summary
|
||||
@param {String|SummaryArticle} level: level to remove
|
||||
@return {Summary}
|
||||
*/
|
||||
declare function removeArticle(summary: any, level: any): any;
|
||||
export default removeArticle;
|
||||
//# sourceMappingURL=removeArticle.d.ts.map
|
Reference in New Issue
Block a user