UNPKG

metalsmith-inline-critical-css

Version:

Metalsmith plugin to inspect HTML files, inline used selectors from specified CSS, and load the rest asynchronously.

5 lines 126 B
export = purgehtml; declare function purgehtml(): void; declare namespace purgehtml { function extract(content: any): any; }