4 lines
75 B
JavaScript
Raw Normal View History

2018-03-31 22:55:47 +09:00
var growly = require('../lib/growly.js');
growly.notify('Hello, world!');