UNPKG

@types/inherits

Version:
24 lines (17 loc) 724 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inherits/index.d.ts) ````ts /// <reference types="node" /> import { inherits } from "util"; export = inherits; ```` ### Additional Details * Last updated: Wed, 11 Dec 2024 15:35:53 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by [Ilya Mochalov](https://github.com/chrootsu).