DefinitelyTyped/types/inherits/index.d.ts
2017-07-25 10:34:23 -07:00

11 lines
296 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;