cleanview
Version:
Clean the content of html articles
8 lines (7 loc) • 332 B
TypeScript
import { CustomNodeElement } from "../types/cleanview";
import { HimalayaElement } from "../types/himalaya";
/***
This needs to be a function within a function because the count
needs to reset to 1 each time `addIds` is called
***/
export declare function addIds(elements: HimalayaElement[]): Record<number, CustomNodeElement>;