UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

14 lines (9 loc) 263 B
class BooleanT constructor: (@type) -> decode: (stream, parent) -> !!@type.decode(stream, parent) size: (val, parent) -> @type.size(val, parent) encode: (stream, val, parent) -> @type.encode(stream, +val, parent) module.exports = BooleanT