9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
/**
|
|
Index all levels in the summary
|
|
|
|
@param {Summary}
|
|
@return {Summary}
|
|
*/
|
|
declare function indexLevels(summary: any): any;
|
|
export default indexLevels;
|
|
//# sourceMappingURL=indexLevels.d.ts.map
|