UNPKG

@scion-scxml/scxml

Version:

An implementation of SCXML in JavaScript.

8 lines (6 loc) 133 B
const get = require('../node/get'); module.exports = { readFile : function(path, encoding, cb){ get.httpGet(path, cb); } };