@types/loader-runner
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -27,3 +27,3 @@ // Type definitions for loader-runner v2.2.0 | ||
filename: string, | ||
callback: (err: NodeJS.ErrnoException | null, data: Buffer | null) => void | ||
callback: (err: NodeJS.ErrnoException | null, data: Buffer | null) => void, | ||
) => void; | ||
@@ -70,5 +70,3 @@ } | ||
options: RunLoaderOption, | ||
callback: (err: NodeJS.ErrnoException | null, result: RunLoaderResult) => any | ||
callback: (err: NodeJS.ErrnoException | null, result: RunLoaderResult) => any, | ||
): void; | ||
{ | ||
"name": "@types/loader-runner", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "TypeScript definitions for loader-runner", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/loader-runner", | ||
}, | ||
"typesPublisherContentHash": "5be1f2e8efc3bee114ffdb957a240bca04e2cd29755b9510ca96299e8c4cb6f7", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "7d81dccb644c4012db254f6eb947c05ddd8d350b68bfcd4aa089183d8c8c328d", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -37,3 +37,3 @@ # Installation | ||
filename: string, | ||
callback: (err: NodeJS.ErrnoException | null, data: Buffer | null) => void | ||
callback: (err: NodeJS.ErrnoException | null, data: Buffer | null) => void, | ||
) => void; | ||
@@ -80,11 +80,9 @@ } | ||
options: RunLoaderOption, | ||
callback: (err: NodeJS.ErrnoException | null, result: RunLoaderResult) => any | ||
callback: (err: NodeJS.ErrnoException | null, result: RunLoaderResult) => any, | ||
): void; | ||
```` | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 22:02:42 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:09 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -91,0 +89,0 @@ * Global values: none |
91