Add function, which is inverse function of STSHtmlEncode

This commit is contained in:
bobreshovr
2016-02-14 19:40:40 +03:00
parent bcd5761826
commit d4c22e8460
+1
View File
@@ -182,6 +182,7 @@ declare class _spPageContextInfo {
}
declare function STSHtmlEncode(value: string): string;
declare function STSHtmlDecode(value: string): string;
declare function AddEvtHandler(element: HTMLElement, event: string, func: EventListener): void;