nativescript-async
A NativeScript plugin that make available async/await using helpers
npm i --save nativescript-async
- Version: 1.0.2
- GitHub: https://github.com/nabil-mansouri/nativescript-async
- NPM: https://www.npmjs.com/package/nativescript-async
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
nativescript-async
A NativeScript plugin that make available async/await using helpers
Author
- Nabil MANSOURI
- My blog http://e-devservice.com
How to use it
require('nativescript-async');
asyncTimeout(100);
asyncJasmine(async()=>{
//MY TEST WITHOUT done()
})