index.d.ts 215 B

1234567
  1. // Definitions by: Ilya Mochalov <https://github.com/chrootsu>
  2. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
  3. /// <reference types="node" />
  4. import { inherits } from "util";
  5. export = inherits;