UNPKG

bugger-v8-client

Version:
15 lines (11 loc) 212 B
'use strict'; function Null() { this.type = 'object'; this.subtype = 'null'; this.description = 'null'; this.value = null; } Null.unmarshal = function() { return new Null(); } module.exports = Null;