@byte-this/html-metadata-reader
Advanced tools
Comparing version
{ | ||
"name": "@byte-this/html-metadata-reader", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Read all meta tags and their values from an HTML document without the use of the window object", | ||
@@ -5,0 +5,0 @@ "main": "public-api.js", |
import { iDocumentMetadataTag } from "./document-metadata-tag"; | ||
export interface iDocumentMetadataFormatter { | ||
toDictionary(tags: iDocumentMetadataTag[]): { | ||
[key: string]: string; | ||
[key: string]: string | string[]; | ||
}; | ||
} |
27925
0.04%