8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
|
|
// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
|
||
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||
|
|
|
||
|
|
/// <reference types="node" />
|
||
|
|
|
||
|
|
import { inherits } from "util";
|
||
|
|
export = inherits;
|