Files
DefinitelyTyped/types/heapdump/index.d.ts
Viktor Isaev f9aa971b27 Added typings for "heapdump". (#20716)
* Added typings for "require-dir".

* Fixed dtslint errors.

* Fixed By field.

* Added typings for "restify-cookies".

* Added "cookies" field to Request interface.

* Added typings for "heapdump".
2017-10-19 08:31:05 -07:00

7 lines
309 B
TypeScript

// Type definitions for heapdump 0.3
// Project: https://github.com/bnoordhuis/node-heapdump
// Definitions by: weekens <https://github.com/weekens>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function writeSnapshot(dumpFileName: string, callback: (err?: Error) => void): void;