1.0.1 • Published 8 years ago

aaliyah v1.0.1

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
8 years ago

npm.io

aaliyah

Aaaliyah is a cutting edge JavaScript library with an upbeat attitude:

Sometimes if your code doesn't work, you just have to try again.

Install

npm install aaliyah

Usage

aliyaah = require("aaliyah");

aliyaah.tryAgain(function() {
    console.log(x); //not defined (not to be confused with undefined)
}, 100);

setTimeout(function() {
    x = "Successfully dusted it off and tried again. Now it works!"
}, 500);
1.0.1

8 years ago

1.0.0

8 years ago