mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Missing property in the WinJS.Utilities namespace.
This commit is contained in:
Vendored
+9
@@ -8380,6 +8380,15 @@ declare module WinJS.Utilities {
|
||||
|
||||
//#endregion Functions
|
||||
|
||||
//#region Properties
|
||||
|
||||
/**
|
||||
* Gets whether the current script context has access to WinRT APIs.
|
||||
**/
|
||||
var hasWinRT: boolean;
|
||||
|
||||
//#endregion Properties
|
||||
|
||||
//#region Interfaces
|
||||
|
||||
interface ILogOptions {
|
||||
|
||||
Reference in New Issue
Block a user