alert-object
v0.1.3
Published
A simple way to display the contents of an object in an alert dialog, good for browser testing on devices
Downloads
20
Readme
What Does It Do?
A simple way to display the contents of an object in an alert dialog, good for browser testing on devices.
How To Use
npm install alert-object
var print = require('alert-object');
var myObject = {'something': 1, 'other thing': 2};
print(myObject);
Original Author:
Miguel Venture