1.0.0 • Published 5 years ago

alert-xbox v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

alert-xbox


how to install

  • one way:
npm install alert-xbox
  • the other way:

Download the source firstly, and then use it as local module is all right.

Such as:

var alert-xbox = require('./alert-xbox/index');

test case

const alert-xbox = require('./alert-xbox');
var message = '弹出消息';
alertBox(message);