UNPKG

296 BTypeScriptView Raw
1// Type definitions for inherits
2// Project: https://github.com/isaacs/inherits
3// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6/// <reference types="node" />
7
8
9import { inherits } from "util";
10export = inherits;