@types/heapdump
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -7,3 +7,6 @@ // Type definitions for heapdump 0.3 | ||
export function writeSnapshot(dumpFileName?: string, callback?: (err: Error | null, filename: string | undefined) => void): void; | ||
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; |
{ | ||
"name": "@types/heapdump", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "TypeScript definitions for heapdump", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump", | ||
"license": "MIT", | ||
@@ -14,10 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/heapdump" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4ef0402b4b3a4d3bc20466635f281c26d3aaa362af75a8f316bb096b674480a8", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "c2078b5a2447719b733bbed5e736cdf353e26f67c0389ed192b8f3536928aa99", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,6 +8,21 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/heapdump/index.d.ts) | ||
````ts | ||
// 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 | ||
// TypeScript Version: 2.1 | ||
Additional Details | ||
* Last updated: Tue, 17 Apr 2018 01:01:05 GMT | ||
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: Sat, 16 Sep 2023 08:06:32 GMT | ||
* Dependencies: none | ||
@@ -17,2 +32,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by weekens <https://github.com/weekens>. | ||
These definitions were written by [weekens](https://github.com/weekens). |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3524
10
1
32