mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Merge pull request #8088 from Bobs13/master
Add function, which is inverse function of STSHtmlEncode
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user