module.exports = { read: function (t, c, e) { token.read(t, c, e); }, write: function (e, c) { token.write(e, c); } };