@types/util.promisify
Advanced tools
Comparing version 1.0.7 to 1.0.8
import util = require("util"); | ||
// tslint:disable-next-line: ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
declare function promisify<TCustom extends Function>(fn: util.CustomPromisify<TCustom>): TCustom; | ||
@@ -44,3 +44,3 @@ | ||
// tslint:disable-next-line: ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
declare function promisify(fn: Function): Function; | ||
@@ -47,0 +47,0 @@ |
@@ -9,3 +9,3 @@ /// <reference types="node" /> | ||
// tslint:disable-next-line: ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
declare function promisify<TCustom extends Function>(fn: util.CustomPromisify<TCustom>): TCustom; | ||
@@ -51,3 +51,3 @@ | ||
// tslint:disable-next-line: ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
declare function promisify(fn: Function): Function; | ||
@@ -54,0 +54,0 @@ |
{ | ||
"name": "@types/util.promisify", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "TypeScript definitions for util.promisify", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/util.promisify", | ||
}, | ||
"typesPublisherContentHash": "a4356cc5c06f6c51b98511eafe3217b5ff573f21333c3831ab9e8c4577153a9f", | ||
"typesPublisherContentHash": "2e411901f2426fc3bf6eae23b9d7bb257002dadb09ae3e64d0b71d5378529140", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
9571