UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

12 lines (9 loc) 337 B
// 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 path="../node/node.d.ts" /> declare module "inherits" { import {inherits} from "util"; export = inherits; }