We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937f705 commit 11b24a0Copy full SHA for 11b24a0
libs/backendless.d.ts
@@ -35,6 +35,12 @@ declare module __Backendless {
35
**/
36
function setUIState(state:string):void;
37
38
+ /**
39
+ * @public
40
+ * @type: Function
41
+ **/
42
+ function enablePromises():void;
43
+
44
/**
45
* @namespace Backendless.Utils
46
tests/tsd.ts
@@ -17,6 +17,7 @@ function testMain() {
17
18
Backendless.setUIState('state');
19
Backendless.setUIState(null);
20
+ Backendless.enablePromises();
21
}
22
23
function testUtils() {
0 commit comments