DefinitelyTyped/node
John Vilk f1c040b378 [Node] Removing incorrect typing for buffer.INSPECT_MAX_BYTES.
From http://nodejs.org/api/buffer.html#buffer_buffer_inspect_max_bytes:

"...this is a property on the buffer module returned by require('buffer'), not on the Buffer global, or a buffer instance."

The Node typings do not have a notion of a buffer module, and introducing one would be more work than might be useful. It contains a reference to `Buffer` and `SlowBuffer`, which are currently defined as variables in the typings. I believe I would need
 to redefine these in the module definition.

If anyone has any ideas for how to efficiently restructure this, let me know.
2013-12-12 14:41:23 -05:00
..
node-0.8.8.d.ts Buffer.copy() returns the number of bytes copied. 2013-11-03 04:17:31 -05:00
node-0.8.8.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
node-tests.ts Update util.inspect API. 2013-12-05 12:45:17 +00:00
node.d.ts [Node] Removing incorrect typing for buffer.INSPECT_MAX_BYTES. 2013-12-12 14:41:23 -05:00