Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / dom-serializer / node_modules / entities / lib / decode.d.ts
1 export declare const decodeXML: (str: string) => string;
2 export declare const decodeHTMLStrict: (str: string) => string;
3 export interface MapType {
4     [key: string]: string;
5 }
6 export declare const decodeHTML: (str: string) => string;
7 //# sourceMappingURL=decode.d.ts.map