UNPKG

@kpi4me/golden-layout

Version:

A multi-screen javascript Layout manager https://golden-layout.com

17 lines (13 loc) 311 B
var json = { encode: JSON.stringify, decode: JSON.parse }; var MsgPack = require('node-msgpack'); msgpack = { encode: MsgPack.pack, decode: function(str) { return MsgPack.unpack(new Buffer(str)); } }; bison = require('bison'); module.exports = json; //module.exports = msgpack; //module.exports = bison;