UNPKG

superpack

Version:

JavaScript implementation of the SuperPack extensible schemaless binary encoding format

15 lines (12 loc) 280 B
export var depthBoundReached = {}; export var extension = { detector: function () { return false; }, serialiser: function () { throw new Error('serialisation is hard-coded into the encoder'); }, deserialiser: function () { return depthBoundReached; } };