Skip to content
No description, website, or topics provided.
JavaScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
.npmignore
README.md
index.d.ts
index.js
package.json

README.md

nativescript-async

A NativeScript plugin that make available async/await using helpers

Author

How to use it

require('nativescript-async');
asyncTimeout(100);
asyncJasmine(async()=>{
    //MY TEST WITHOUT done()
})
You can’t perform that action at this time.