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