index.js 258 B

123456789101112
  1. var Chef = require("../../core/Chef.js");
  2. /**
  3. * @author n1474335 [n1474335@gmail.com]
  4. * @copyright Crown Copyright 2017
  5. * @license Apache-2.0
  6. */
  7. var chef = new Chef();
  8. console.log(chef.bake("test", [{"op":"To Hex","args":["Space"]}], {}, 0, false));