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
2013-10-03 22:23:35 +09:00
2013-10-21 14:04:09 +01:00
2013-11-19 13:56:28 +09:00
2013-11-20 13:40:44 +04:00
2013-08-07 16:59:39 +03:00
2013-11-29 15:25:31 +09:00
2013-09-28 01:30:36 -04:00
2013-11-17 19:36:11 +11:00
2013-11-29 15:25:31 +09:00
2013-12-06 22:36:06 +00:00
2013-11-30 21:48:36 +08:00
2013-10-03 11:23:38 +09:00
2013-11-19 13:56:28 +09:00
2013-11-20 14:20:02 +09:00
2013-10-03 11:23:38 +09:00
2013-06-19 01:54:04 +03:00
2013-05-25 18:08:56 +03:00
2013-12-06 22:36:06 +00:00
2013-03-07 21:27:00 +09:00
2013-11-29 15:25:31 +09:00
2013-10-18 14:25:40 +09:00
2013-11-12 16:41:06 -08:00
2013-10-18 14:25:40 +09:00
.
2013-09-11 20:05:40 +02:00
2013-11-19 13:56:28 +09:00
2013-01-17 20:03:30 +02:00
2013-11-19 19:43:29 -05:00
2013-11-08 23:36:00 +09:00
2013-11-04 14:25:14 -08:00
2013-09-19 23:21:43 +09:00
2013-09-02 11:48:32 +03:00
2013-12-06 22:36:06 +00:00
2013-12-06 22:36:06 +00:00
2013-10-03 11:23:38 +09:00
2013-08-07 16:59:39 +03:00
2013-10-03 11:23:38 +09:00
2013-11-20 13:43:20 +00:00
2013-11-19 13:56:28 +09:00
2013-10-18 14:25:40 +09:00
2013-12-06 16:41:59 +01:00
2013-11-11 22:31:21 +09:00
2013-11-11 15:28:21 -08:00
2013-11-20 16:42:38 +03:00
2013-11-12 20:05:02 +09:00
2013-11-06 21:14:15 +11:00
2013-10-03 11:23:38 +09:00
2013-11-29 15:25:31 +09:00
2013-10-03 11:23:38 +09:00
2013-08-07 18:02:05 +03:00
2013-12-12 15:56:13 +11:00
2013-08-07 18:02:05 +03:00
2013-11-14 01:50:40 -02:00
2013-11-26 17:48:45 +00:00
2013-11-21 19:59:41 +09:00
2013-09-02 20:07:31 +01:00
2013-10-24 19:10:25 -04:00
2013-10-19 22:10:59 +09:00
2013-12-04 13:50:18 +00:00
2013-11-29 15:25:31 +09:00
2013-08-07 16:59:39 +03:00
2013-11-29 15:25:31 +09:00
2013-11-19 01:40:09 -08:00
2013-11-20 09:20:08 -07:00
2013-11-21 19:59:41 +09:00
2013-10-18 14:25:40 +09:00
2013-08-07 16:59:39 +03:00
2013-10-03 11:23:38 +09:00
2013-09-11 16:47:31 +03:00
2013-10-03 11:23:38 +09:00
2013-09-27 14:09:10 -04:00
2013-10-03 11:23:38 +09:00
2013-08-28 21:50:03 +10:00
2013-10-18 14:25:40 +09:00
2013-09-18 11:01:35 -07:00
2013-11-14 20:21:09 +11:00
2012-12-26 09:28:18 +01:00

DefinitelyTyped Build Status

The repository for high quality TypeScript type definitions.

Usage

Include a line like this:

/// <reference path="jquery.d.ts" />

TypeScript Directory: tools, libraries, projects and learning resources

Contributor Guidelines

See the section: How to contribute

Other means to get the definitions

List of Definitions

Requested Definitions

Here is an updated list of definitions people have requested

Description
No description provided
Readme MIT 278 MiB
Languages
TypeScript 100%