UNPKG

atomicrecord

Version:

Super lightweight node.js ActiveRecord ORM layer for FoundationDB

9 lines (7 loc) 163 B
module.exports = class ID extends Buffer constructor: (hexStr) -> super(hexStr, 'hex') toString: -> super('hex') toJSON: -> @toString()