honkit
Version:
HonKit is building beautiful books using Markdown.
11 lines (10 loc) • 322 B
TypeScript
/**
Edit an article, or a part, in a summary. Does a shallow merge.
@param {Summary} summary
@param {string} level
@param {Article|Part} newValue
@return {Summary}
*/
declare function mergeAtLevel(summary: any, level: any, newValue: any): any;
export default mergeAtLevel;
//# sourceMappingURL=mergeAtLevel.d.ts.map