UNPKG

browserify-adventure

Version:

learn browserify with this educational adventure

5 lines (3 loc) 116 B
var ndjson = require('./ndjson.js'); console.log(ndjson.parse(prompt())); console.log(ndjson.stringify(prompt()));