pure-alert-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i pure-alert-js

Weekly Downloads

83

Version

0.0.4

License

none

Unpacked Size

6.2 kB

Total Files

4

Last publish

Collaborators

  • nabeix