UNPKG

@types/inherits

Version:

TypeScript definitions for inherits

11 lines (7 loc) 296 B
// Type definitions for inherits // Project: https://github.com/isaacs/inherits // Definitions by: Ilya Mochalov <https://github.com/chrootsu> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="node" /> import { inherits } from "util"; export = inherits;