mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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