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