UNPKG

dota2-fork

Version:

A node-steam plugin for Dota 2. Fork with fresh updates

9 lines (8 loc) 213 B
/** * Gets the capacity of this ByteBuffer's backing buffer. * @returns {number} Capacity of the backing buffer * @expose */ ByteBufferPrototype.capacity = function() { return /*?= CAPACITY */; };