@types/depd
Advanced tools
Comparing version 1.1.35 to 1.1.36
@@ -10,3 +10,3 @@ /// <reference types="node" /> | ||
(message: string): void; | ||
// tslint:disable-next-line ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
function<T extends Function>(fn: T, message?: string): T; | ||
@@ -13,0 +13,0 @@ property<T extends object>(obj: T, prop: keyof T, message: string): void; |
{ | ||
"name": "@types/depd", | ||
"version": "1.1.35", | ||
"version": "1.1.36", | ||
"description": "TypeScript definitions for depd", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/depd", | ||
}, | ||
"typesPublisherContentHash": "8f29673678d95fdc8a44ca1c82ed676099be52d3bd8c7ea60c96f044a40c8d36", | ||
"typesPublisherContentHash": "0991f757a08c85c7bfa75d08db641885423442c5ee00c32cfc118beea12bc877", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -20,3 +20,3 @@ # Installation | ||
(message: string): void; | ||
// tslint:disable-next-line ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
function<T extends Function>(fn: T, message?: string): T; | ||
@@ -53,3 +53,3 @@ property<T extends object>(obj: T, prop: keyof T, message: string): void; | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -56,0 +56,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5609