mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
296 B
TypeScript
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;
|