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 b045022 commit ea9aa03Copy full SHA for ea9aa03
README.md
@@ -22,13 +22,6 @@ var insomnia = require("nativescript-insomnia");
22
### TypeScript
23
You could do the same as in JS, but this looks fancier, right?
24
25
-```typescript
26
-const { keepAwake, allowSleepAgain } = require("nativescript-insomnia");
27
-```
28
-
29
-### Angular
30
-You could do the same as in JS, but this looks fancier, right?
31
32
```typescript
33
import { keepAwake, allowSleepAgain } from "nativescript-insomnia";
34
```
0 commit comments