UNPKG

@stdlib/utils-inherit

Version:

Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.

3 lines 110 B
/// <reference path="../docs/types/index.d.ts" /> import inherit from '../docs/types/index'; export = inherit;