@types/heapdump
TypeScript icon, indicating that this package has built-in type declarations

0.3.4 • Public • Published

Installation

npm install --save @types/heapdump

Summary

This package contains type definitions for heapdump (https://github.com/bnoordhuis/node-heapdump).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump.

index.d.ts

export function writeSnapshot(
    dumpFileName?: string,
    callback?: (err: Error | null, filename: string | undefined) => void,
): void;
export function writeSnapshot(callback: (err: Error | null, filename: string | undefined) => void): void;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by weekens.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.4
    9,550
  • 0.3.3
    147
  • 0.3.2
    45
  • 0.3.1
    25,028
  • 0.3.0
    0

Package Sidebar

Install

npm i @types/heapdump

Weekly Downloads

34,770

Version

0.3.4

License

MIT

Unpacked Size

3.01 kB

Total Files

5

Last publish

Collaborators

  • types