Files
DefinitelyTyped/inherits/index.d.ts

11 lines
294 B
TypeScript

// 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;