@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.

Dependents (3)

Package Sidebar

Install

npm i @types/heapdump

Weekly Downloads

32,893

Version

0.3.4

License

MIT

Unpacked Size

3.01 kB

Total Files

5

Last publish

Collaborators

  • types