mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-06 12:36:49 +08:00
* 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".
7 lines
309 B
TypeScript
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;
|