@stdlib/utils-inherit
Version:
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
3 lines • 110 B
TypeScript
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.