UNPKG

724 BMarkdownView Raw
1# Installation
2> `npm install --save @types/inherits`
3
4# Summary
5This package contains type definitions for inherits (https://github.com/isaacs/inherits).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits/index.d.ts)
10````ts
11/// <reference types="node" />
12
13import { inherits } from "util";
14export = inherits;
15
16````
17
18### Additional Details
19 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
20 * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
21
22# Credits
23These definitions were written by [Ilya Mochalov](https://github.com/chrootsu).
24
\No newline at end of file