@types/inherits
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -8,4 +8,3 @@ // Type definitions for inherits | ||
import { inherits } from "util"; | ||
export = inherits; |
{ | ||
"name": "@types/inherits", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "TypeScript definitions for inherits", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits", | ||
"license": "MIT", | ||
@@ -9,9 +10,12 @@ "contributors": [ | ||
"name": "Ilya Mochalov", | ||
"url": "https://github.com/chrootsu" | ||
"url": "https://github.com/chrootsu", | ||
"githubUsername": "chrootsu" | ||
} | ||
], | ||
"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/inherits" | ||
}, | ||
@@ -22,5 +26,4 @@ "scripts": {}, | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "237f67cdeef180f42aedd305a7ed6ac7f6dc486d8a443599509f8b54b9afc876", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "2eb1895d372b2b721bc9bc7ba30b8affd89cb332ecf3b739ab3ad1bcc951214a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,23 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits/index.d.ts) | ||
````ts | ||
// Type definitions for inherits | ||
// Project: https://github.com/isaacs/inherits | ||
// Definitions by: Ilya Mochalov <https://github.com/chrootsu> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Additional Details | ||
* Last updated: Tue, 25 Jul 2017 17:56:27 GMT | ||
* Dependencies: util, node | ||
/// <reference types="node" /> | ||
import { inherits } from "util"; | ||
export = inherits; | ||
```` | ||
### Additional Details | ||
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Ilya Mochalov <https://github.com/chrootsu>. | ||
These definitions were written by [Ilya Mochalov](https://github.com/chrootsu). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3219
1
30