jstd-web/node_modules/inherits-browser/dist/index.d.ts

8 lines
215 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { inherits } from "util";
export = inherits;