Installation
npm install --save @types/inherits
Summary
This package contains type definitions for inherits (https://github.com/isaacs/inherits).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits.
index.d.ts
/// <reference types="node" />
import { inherits } from "util";
export = inherits;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/node
Credits
These definitions were written by Ilya Mochalov.