UNPKG

inherits-browser

Version:

A inherits fork that is safe per default to use in browsers

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