• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1var editor = require('../');
2editor(__dirname + '/beep.json', function (code, sig) {
3    console.log('finished editing with code ' + code);
4});
5