0.0.4 • Published 1 year ago

pure-alert-js v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

pure-alert-js

Install

$ npm install pure-alert-js

Usage

import { alert, confirm } from "pure-alert-js";

...

await alert("hello");

if (!await confirm("okay?")) {
    // not okay
}
// okay

Contribution

  1. Fork it ( http://github.com/argano/pure-alert-js )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT