UNPKG

bona

Version:

Super lightweight microframework focused on static websites and landing pages.

4 lines 404 B
export function replaceNodesBySelector(selector: string, doc: Document, removeNodes?: boolean, extendNodes?: boolean): void; export function replaceNodesBySelectors(selectors: string[], doc: Document, removeNodes?: boolean, extendNodes?: boolean): void; export function checkAnchorEligibility(el: HTMLAnchorElement, checkUrlRegExp?: RegExp, host?: string): boolean; //# sourceMappingURL=index.d.ts.map