mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* add HeapInfo interface to v8 module Documentation: https://nodejs.org/dist/latest-v7.x/docs/api/v8.html#v8_v8_getheapstatistics Changes: - add HeapInfo interface to the v8 module, add missing fields: malloced_memory, peak_malloced_memory, does_zap_garbage - change return type for the method: v8.getHeapStatistics() * change does_zap_garbage type to be 0|1 * add const enum DoesZapCodeSpaceFlag type |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| node-0.8.8.d.ts | ||
| node-0.10.d.ts | ||
| node-0.11-tests.ts | ||
| node-0.11.d.ts | ||
| node-0.12-tests.ts | ||
| node-0.12.d.ts | ||
| node-4-tests.ts | ||
| node-4.d.ts | ||
| node-tests.ts | ||
| tsconfig.json | ||