// Type definitions for inherits // Project: https://github.com/isaacs/inherits // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare module "inherits" { import {inherits} from "util"; export = inherits; }