UNPKG

type-of-is

Version:

Determine and test types using constructor or {}.toString

20 lines (14 loc) 261 B
class Grandparent hi : 'hi' class Parent extends Grandparent hi : 'ralph' class Child extends Parent hi : 'UP' class Derp hi : 'no' module.exports = { Grandparent : Grandparent Parent : Parent Child : Child Derp : Derp }